Skip to content

Commit 81d5d4b

Browse files
(maint) Update actions/checkout action to v4.2.0
1 parent 4dd0cb9 commit 81d5d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout the repository
42-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
42+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4343
- name: Fetch all tags and branches
4444
run: git fetch --prune --unshallow
4545
- name: Cache Tools

0 commit comments

Comments
 (0)