Skip to content

Commit e0d9153

Browse files
Update GitHub Actions
1 parent 623e1e7 commit e0d9153

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/detect_version_bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
echo "::set-output name=result::$IS_PRERELEASE"
2929
- name: Create Release
3030
# use hash for security since this has access to the access token
31-
uses: ncipollo/release-action@4c75f0f2e4ae5f3c807cf0904605408e319dcaac # v1.8.6
31+
uses: ncipollo/release-action@3ac4132803a6419fa2a7f4e9dbd1d93fceb690b9 # v1.8.6
3232
with:
3333
token: ${{ secrets.ACCESS_TOKEN }}
3434
tag: v${{ steps.get-new-version.outputs.version }}

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
# v1.4.2 release. Using full SHA for security
4747
# https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions
4848
- name: Publish distribution 📦 to PyPI
49-
uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f
49+
uses: pypa/gh-action-pypi-publish@5fb2f047e26679d7846a8370de1642ff160b9025
5050
with:
5151
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)