Skip to content

Commit d516b87

Browse files
committed
Update Github actions/checkout to v4
The current action is failing as it uses Node 16, which Github has deprecated.
1 parent 60a0a4c commit d516b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: "Checkout code"
28-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
28+
uses: actions/checkout@v4
2929
with:
3030
persist-credentials: false
3131

0 commit comments

Comments
 (0)