Skip to content

Commit 8a4dd54

Browse files
salmanmkcSWHL
andauthored
Upgrade GitHub Actions to latest versions (#17596)
Signed-off-by: Salman Muin Kayser Chishti <[email protected]> Co-authored-by: SWHL <[email protected]>
1 parent af8a901 commit 8a4dd54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/link-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Create Issue From File
3030
if: steps.lychee.outputs.exit_code != 0
31-
uses: peter-evans/create-issue-from-file@v5
31+
uses: peter-evans/create-issue-from-file@v6
3232
with:
3333
title: Link Checker Report
3434
content-filepath: ./lychee/results.md

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build package
3434
run: python -m build
3535
- name: Publish package
36-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
36+
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.13.0
3737
with:
3838
user: __token__
3939
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)