Skip to content

Commit ec22d1d

Browse files
authored
Update actions versions in release workflow
1 parent 64cd11e commit ec22d1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
id-token: write
1111
contents: read
1212
steps:
13-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
13+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
1414
with:
1515
fetch-depth: 0
16-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
16+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3
1717
with:
1818
python-version: '3.x'
1919

@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Publish to PyPI
5656
if: steps.version_check.outputs.pypi_exists != 'true'
57-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.4
57+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70
5858

5959
- name: Verify package is installable
6060
id: verify_package
@@ -72,4 +72,4 @@ jobs:
7272
sleep 20
7373
done
7474
echo "success=false" >> $GITHUB_OUTPUT
75-
exit 1
75+
exit 1

0 commit comments

Comments
 (0)