Skip to content
This repository was archived by the owner on Apr 6, 2024. It is now read-only.

Commit 42ebc83

Browse files
chore: Update actions/checkout action to v4
1 parent 0a5f2ac commit 42ebc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 1
2424
submodules: recursive

0 commit comments

Comments
 (0)