We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcf42c commit 93b1340Copy full SHA for 93b1340
.github/workflows/bumpversion.yml
@@ -12,7 +12,7 @@ jobs:
12
name: "Bump version and create changelog with commitizen"
13
steps:
14
- name: Check out
15
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
16
with:
17
fetch-depth: 0
18
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
.github/workflows/python-publish.yml
@@ -14,7 +14,7 @@ jobs:
contents: write
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
19
token: "${{ secrets.GITHUB_TOKEN }}"
20
0 commit comments