Skip to content

Commit 6049c95

Browse files
Update actions/checkout action to v5
1 parent cb7d496 commit 6049c95

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@v4
12+
- uses: actions/checkout@v5
1313
- name: Bootstrap
1414
run: ./init/bootstrap_ubuntu_server.sh localhost field-a
1515
- name: Cleanup

0 commit comments

Comments
 (0)