Skip to content

Commit e85886f

Browse files
committed
Bump GitHub Actions dependency versions
1 parent cfd166a commit e85886f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,12 @@ jobs:
100100
python setup.py sdist
101101
102102
- name: Publish to PyPI
103-
# https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.6.4
104-
uses: pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc
103+
uses: pypa/gh-action-pypi-publish@0bf742be3ebe032c25dd15117957dc15d0cfc38d # v1.8.5
105104
with:
106105
password: ${{ secrets.PYPI_API_TOKEN }}
107106

108107
- name: Release
109-
# https://github.com/softprops/action-gh-release/releases/tag/v0.1.14
110-
uses: softprops/action-gh-release@1e07f4398721186383de40550babbdf2b84acfc5
108+
uses: softprops/action-gh-release@c9b46fe7aad9f02afd89b12450b780f52dacfb2d # master 2023-03-26
111109
with:
112110
generate_release_notes: true
113111
env:

0 commit comments

Comments
 (0)