We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffc323 commit 6ec1f70Copy full SHA for 6ec1f70
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
persist-credentials: false
20
21
- name: Build and Check Package
22
- uses: hynek/build-and-inspect-python-package@2dbbf2b252d3a3c7cec7a810e3ed5983bd17b13a # v2.8.0
+ uses: hynek/build-and-inspect-python-package@73aea398b9c8de9ea9e4464c6b13cb8b1f3d6294 # v2.9.0
23
24
deploy:
25
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest-django'
0 commit comments