Skip to content

Commit 0d0bbec

Browse files
Bump actions/checkout from 4 to 6 in the actions group
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2952215 commit 0d0bbec

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
working-directory: ./clevis-pin-tpm2
3333
steps:
3434
- name: "Check out repository"
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
path: clevis-pin-tpm2
3838
- name: "Install dependencies"
@@ -46,7 +46,7 @@ jobs:
4646
- name: "cargo build"
4747
run: cargo build --all-targets
4848
- name: "Check out the policy signtool"
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v6
5050
with:
5151
path: clevis-pin-tpm2-signtool
5252
repository: puiterwijk/clevis-pin-tpm2-signtool
@@ -85,7 +85,7 @@ jobs:
8585
working-directory: ./clevis-pin-tpm2
8686
steps:
8787
- name: "Check out repository"
88-
uses: actions/checkout@v5
88+
uses: actions/checkout@v6
8989
with:
9090
path: clevis-pin-tpm2
9191
- name: "Install dependencies"
@@ -99,7 +99,7 @@ jobs:
9999
- name: "cargo build (release)"
100100
run: cargo build --all-targets --release
101101
- name: "Check out the policy signtool"
102-
uses: actions/checkout@v4
102+
uses: actions/checkout@v6
103103
with:
104104
path: clevis-pin-tpm2-signtool
105105
repository: puiterwijk/clevis-pin-tpm2-signtool
@@ -138,7 +138,7 @@ jobs:
138138
working-directory: ./clevis-pin-tpm2
139139
steps:
140140
- name: "Check out repository"
141-
uses: actions/checkout@v5
141+
uses: actions/checkout@v6
142142
with:
143143
path: clevis-pin-tpm2
144144
- name: "Install dependencies"
@@ -158,7 +158,7 @@ jobs:
158158
- name: "cargo build (release)"
159159
run: cargo build --all-targets --release
160160
- name: "Check out the policy signtool"
161-
uses: actions/checkout@v4
161+
uses: actions/checkout@v6
162162
with:
163163
path: clevis-pin-tpm2-signtool
164164
repository: puiterwijk/clevis-pin-tpm2-signtool
@@ -194,7 +194,7 @@ jobs:
194194
container: "ghcr.io/trusted-execution-clusters/buildroot:latest"
195195
steps:
196196
- name: "Check out repository"
197-
uses: actions/checkout@v5
197+
uses: actions/checkout@v6
198198
- name: "Install dependencies"
199199
run: dnf install -y tpm2-tss-devel clang-devel
200200
- name: "Install toolchain"
@@ -221,7 +221,7 @@ jobs:
221221
channel: [beta, nightly]
222222
steps:
223223
- name: "Check out repository"
224-
uses: actions/checkout@v5
224+
uses: actions/checkout@v6
225225
with:
226226
path: clevis-pin-tpm2
227227
- name: "Install dependencies"
@@ -235,7 +235,7 @@ jobs:
235235
- name: "cargo build"
236236
run: cargo build --all-targets
237237
- name: "Check out the policy signtool"
238-
uses: actions/checkout@v4
238+
uses: actions/checkout@v6
239239
with:
240240
path: clevis-pin-tpm2-signtool
241241
repository: puiterwijk/clevis-pin-tpm2-signtool

.github/workflows/reuse-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: REUSE Compliance Check
1919
uses: fsfe/reuse-action@v6

0 commit comments

Comments
 (0)