Skip to content

Commit a01ae42

Browse files
Update actions/checkout action to v5
1 parent b1e690b commit a01ae42

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
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-24.04
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- run: ./cli.sh configure_system
1313
- run: ./cli.sh install_apps
1414
- run: ./cli.sh install_systemd

0 commit comments

Comments
 (0)