Skip to content

Commit 6680f39

Browse files
chore(deps): update actions/checkout action to v6
1 parent 9efabea commit 6680f39

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
@@ -43,7 +43,7 @@ jobs:
4343
private-key: ${{ secrets.WE_RELEASE_GITHUB_PRIVATE_KEY }}
4444

4545
- name: Checkout
46-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747
with:
4848
token: ${{ steps.app-token.outputs.token }}
4949
# Note: special permissions for push to protected branch required

0 commit comments

Comments
 (0)