Skip to content

Commit 10ecd3f

Browse files
authored
Merge pull request #524 from rootless-containers/dependabot/github_actions/actions/checkout-5
Build(deps): Bump actions/checkout from 4 to 5
2 parents 3c8213d + ce8c7b4 commit 10ecd3f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 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@v4
9+
uses: actions/checkout@v5
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@v4
18+
- uses: actions/checkout@v5
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@v4
37+
uses: actions/checkout@v5
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"
@@ -223,7 +223,7 @@ jobs:
223223
EOT
224224
sudo systemctl restart apparmor.service
225225
- name: "Check out"
226-
uses: actions/checkout@v4
226+
uses: actions/checkout@v5
227227
- name: "Build integration test image"
228228
run: DOCKER_BUILDKIT=1 docker build -t rootlesskit:test-integration-docker --target test-integration-docker --build-arg DOCKER_VERSION .
229229
env:

.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@v4
27+
- uses: actions/checkout@v5
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)