Skip to content

Commit 60649be

Browse files
Update actions/checkout action to v6
1 parent 5749164 commit 60649be

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
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-24.04
1010

1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: Bootstrap
1414
run: ./init/bootstrap_ubuntu_server.sh localhost field-a
1515
- name: Cleanup

0 commit comments

Comments
 (0)