Skip to content

Commit 43ddf93

Browse files
authored
Merge pull request #602 from rootless-containers/dependabot/github_actions/actions/checkout-7
Build(deps): Bump actions/checkout from 6 to 7
2 parents 04529c7 + 398fea0 commit 43ddf93

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-24.04
77
steps:
88
- name: "Check out"
9-
uses: actions/checkout@v6
9+
uses: actions/checkout@v7
1010
- name: "Build unit test image"
1111
run: DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-unit --target test-unit .
1212
- name: "Unit test"
@@ -15,7 +15,7 @@ jobs:
1515
name: "Cross compilation test"
1616
runs-on: ubuntu-24.04
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919
- name: "Build binaries"
2020
run: DOCKER_BUILDKIT=1 docker build -o /tmp/artifact --target cross-artifact .
2121
test-integration:
@@ -34,7 +34,7 @@ jobs:
3434
EOT
3535
sudo systemctl restart apparmor.service
3636
- name: "Check out"
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838
- name: "Build integration test image"
3939
run: DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-integration --target test-integration .
4040
- name: "Integration test: exit-code"
@@ -247,7 +247,7 @@ jobs:
247247
EOT
248248
sudo systemctl restart apparmor.service
249249
- name: "Check out"
250-
uses: actions/checkout@v6
250+
uses: actions/checkout@v7
251251
- name: "Build integration test image"
252252
run: DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-integration-docker --target test-integration-docker --build-arg DOCKER_VERSION .
253253
env:
@@ -295,7 +295,7 @@ jobs:
295295
runs-on: ubuntu-24.04
296296
steps:
297297
- name: "Check out"
298-
uses: actions/checkout@v6
298+
uses: actions/checkout@v7
299299
- name: "Set up Go"
300300
uses: actions/setup-go@v6
301301
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id-token: write # for provenances
2525
attestations: write # for provenances
2626
steps:
27-
- uses: actions/checkout@v6
27+
- uses: actions/checkout@v7
2828
- name: "Build binaries"
2929
run: DOCKER_BUILDKIT=1 docker build -o /tmp/artifact --target cross-artifact .
3030
- name: "SHA256SUMS"

0 commit comments

Comments
 (0)