Skip to content

Commit 013065a

Browse files
dependabot[bot]mxpv
authored andcommitted
build(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 877a38c commit 013065a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
target: aarch64-apple-darwin
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727

2828
- run: ./scripts/install-protobuf.sh
2929
shell: bash
@@ -62,7 +62,7 @@ jobs:
6262
timeout-minutes: 20
6363

6464
steps:
65-
- uses: actions/checkout@v5
65+
- uses: actions/checkout@v6
6666
- run: ./scripts/install-protobuf.sh
6767
shell: bash
6868
- run: cargo check --examples --tests -p containerd-shim -p containerd-shim-protos -p containerd-client
@@ -85,7 +85,7 @@ jobs:
8585
os: [ubuntu-latest, macos-latest, windows-latest]
8686

8787
steps:
88-
- uses: actions/checkout@v5
88+
- uses: actions/checkout@v6
8989
- run: ./scripts/install-protobuf.sh
9090
shell: bash
9191
- run: |
@@ -111,7 +111,7 @@ jobs:
111111
timeout-minutes: 15
112112

113113
steps:
114-
- uses: actions/checkout@v5
114+
- uses: actions/checkout@v6
115115
- run: ./scripts/install-protobuf.sh
116116
shell: bash
117117
- run: cargo build --all-features --timings
@@ -127,7 +127,7 @@ jobs:
127127
timeout-minutes: 10
128128

129129
steps:
130-
- uses: actions/checkout@v5
130+
- uses: actions/checkout@v6
131131
- uses: EmbarkStudios/cargo-deny-action@v2
132132

133133
linux-integration:
@@ -142,7 +142,7 @@ jobs:
142142

143143
steps:
144144
- name: Checkout extensions
145-
uses: actions/checkout@v5
145+
uses: actions/checkout@v6
146146

147147
- name: Download containerd archive
148148
env:
@@ -161,7 +161,7 @@ jobs:
161161
tar -xf containerd.tar.gz -C $HOME/.local
162162
163163
- name: Checkout containerd
164-
uses: actions/checkout@v5
164+
uses: actions/checkout@v6
165165
with:
166166
repository: containerd/containerd
167167
path: src/github.com/containerd/containerd
@@ -201,7 +201,7 @@ jobs:
201201

202202
steps:
203203
- name: Checkout extensions
204-
uses: actions/checkout@v5
204+
uses: actions/checkout@v6
205205
- run: ./scripts/install-protobuf.sh
206206
shell: bash
207207

.github/workflows/cover.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
statuses: write
1616

1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919

2020
- run: |
2121
sudo apt-get install protobuf-compiler

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
CARGO_FILE: "crates/${{ inputs.crate }}/Cargo.toml"
4343

4444
steps:
45-
- uses: actions/checkout@v5
45+
- uses: actions/checkout@v6
4646

4747
- name: Extract package version
4848
id: extract_version

0 commit comments

Comments
 (0)