Skip to content

Commit 0b9c84f

Browse files
authored
Merge pull request #50 from srz-zumix/srz-zumix-patch-1
Modify update_semver.yml to include checkout@v5
2 parents 1c3b10f + b56412f commit 0b9c84f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update_semver.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
update-semver:
2525
runs-on: ubuntu-latest
2626
steps:
27+
- uses: actions/checkout@v5
28+
with:
29+
persist-credentials: false
2730
- uses: haya14busa/action-update-semver@7d2c558640ea49e798d46539536190aff8c18715 # v1.5.1
2831
with:
2932
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)