Skip to content

Commit 623386b

Browse files
Update actions/checkout action to v4
1 parent d52b409 commit 623386b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v1
15+
- uses: actions/checkout@v4
1616

1717
# Cache dependencies
1818
- name: Cache Gradle packages

0 commit comments

Comments
 (0)