Skip to content

Commit cdf09a2

Browse files
chore(deps): update actions/checkout action to v4
1 parent 6b501c2 commit cdf09a2

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
@@ -16,7 +16,7 @@ jobs:
1616
id-token: write # to enable use of OIDC for npm provenance
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2020
with:
2121
fetch-depth: 0
2222
- name: Setup Node.js

0 commit comments

Comments
 (0)