Skip to content

Commit 3954b95

Browse files
Update actions/github-script action to v7
1 parent b5cdea0 commit 3954b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-pypi-package.yml

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

8383
- name: Version exists in PyPI
8484
if: steps.version_check.outputs.exists == 'true'
85-
uses: actions/github-script@v3
85+
uses: actions/github-script@v7
8686
with:
8787
script: |
8888
core.setFailed('This version was already published to PyPI!')

0 commit comments

Comments
 (0)