Skip to content

Commit a492412

Browse files
chore: Update actions/checkout action to v4
1 parent e31dab3 commit a492412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2525
with:
2626
submodules: recursive
2727

0 commit comments

Comments
 (0)