We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17808c2 commit 366be43Copy full SHA for 366be43
.github/workflows/pr.yml
@@ -15,7 +15,7 @@ jobs:
15
ref: ${{ github.event.pull_request.head.ref }}
16
repository: ${{ github.event.pull_request.head.repo.full_name }}
17
fetch-depth: 0
18
- - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
+ - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
19
with:
20
python-version: 3.x
21
- run: pip install commitizen
0 commit comments