Skip to content

Commit 91642d2

Browse files
authored
Merge pull request #37 from twangboy/update_actions_checkout
Update actions/checkout to v6
2 parents 7411c0f + 91163bb commit 91642d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
outputs:
6161
release-version: ${{ steps.update-repo.outputs.release-version }}
6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v6
6464
with:
6565
ref: main
6666
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)