We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c3b10f + b56412f commit 0b9c84fCopy full SHA for 0b9c84f
1 file changed
.github/workflows/update_semver.yml
@@ -24,6 +24,9 @@ jobs:
24
update-semver:
25
runs-on: ubuntu-latest
26
steps:
27
+ - uses: actions/checkout@v5
28
+ with:
29
+ persist-credentials: false
30
- uses: haya14busa/action-update-semver@7d2c558640ea49e798d46539536190aff8c18715 # v1.5.1
31
with:
32
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments