|
6 | 6 | runs-on: ubuntu-24.04 |
7 | 7 | steps: |
8 | 8 | - name: "Check out" |
9 | | - uses: actions/checkout@v6 |
| 9 | + uses: actions/checkout@v7 |
10 | 10 | - name: "Build unit test image" |
11 | 11 | run: DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-unit --target test-unit . |
12 | 12 | - name: "Unit test" |
|
15 | 15 | name: "Cross compilation test" |
16 | 16 | runs-on: ubuntu-24.04 |
17 | 17 | steps: |
18 | | - - uses: actions/checkout@v6 |
| 18 | + - uses: actions/checkout@v7 |
19 | 19 | - name: "Build binaries" |
20 | 20 | run: DOCKER_BUILDKIT=1 docker build -o /tmp/artifact --target cross-artifact . |
21 | 21 | test-integration: |
|
34 | 34 | EOT |
35 | 35 | sudo systemctl restart apparmor.service |
36 | 36 | - name: "Check out" |
37 | | - uses: actions/checkout@v6 |
| 37 | + uses: actions/checkout@v7 |
38 | 38 | - name: "Build integration test image" |
39 | 39 | run: DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-integration --target test-integration . |
40 | 40 | - name: "Integration test: exit-code" |
@@ -247,7 +247,7 @@ jobs: |
247 | 247 | EOT |
248 | 248 | sudo systemctl restart apparmor.service |
249 | 249 | - name: "Check out" |
250 | | - uses: actions/checkout@v6 |
| 250 | + uses: actions/checkout@v7 |
251 | 251 | - name: "Build integration test image" |
252 | 252 | run: DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-integration-docker --target test-integration-docker --build-arg DOCKER_VERSION . |
253 | 253 | env: |
@@ -295,7 +295,7 @@ jobs: |
295 | 295 | runs-on: ubuntu-24.04 |
296 | 296 | steps: |
297 | 297 | - name: "Check out" |
298 | | - uses: actions/checkout@v6 |
| 298 | + uses: actions/checkout@v7 |
299 | 299 | - name: "Set up Go" |
300 | 300 | uses: actions/setup-go@v6 |
301 | 301 | with: |
|
0 commit comments