Skip to content

Commit abf18c5

Browse files
dependabot[bot]qmonnet
authored andcommitted
bump(github-actions): 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] <support@github.com>
1 parent 5b4c414 commit abf18c5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
outputs:
3636
matrix: "${{ steps.matrix.outputs.matrix }}"
3737
steps:
38-
- uses: "actions/checkout@v5"
38+
- uses: "actions/checkout@v6"
3939
with:
4040
fetch-depth: 0
4141
- uses: "dtolnay/rust-toolchain@stable"
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
echo "$KUBE_NODE"
8181
82-
- uses: "actions/checkout@v5"
82+
- uses: "actions/checkout@v6"
8383
with:
8484
fetch-depth: 0
8585

@@ -312,7 +312,7 @@ jobs:
312312

313313
steps:
314314
- name: Checkout repository
315-
uses: actions/checkout@v5
315+
uses: actions/checkout@v6
316316
with:
317317
fetch-depth: 0
318318

@@ -336,7 +336,7 @@ jobs:
336336
# Bump frr in the fabricator repository
337337

338338
- name: Checkout fabricator repository
339-
uses: actions/checkout@v5
339+
uses: actions/checkout@v6
340340
with:
341341
repository: githedgehog/fabricator
342342
path: fab-repo

.github/workflows/bump.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- "lab"
3333
steps:
3434
- name: "Checkout"
35-
uses: "actions/checkout@v5"
35+
uses: "actions/checkout@v6"
3636
with:
3737
ref: "${{ env.dpdk_sys_branch }}"
3838
- uses: "dtolnay/rust-toolchain@stable"

.github/workflows/update-dp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
sudo apt-get install --yes --no-install-recommends gettext
3838
3939
- name: "Checkout dataplane repository"
40-
uses: "actions/checkout@v5"
40+
uses: "actions/checkout@v6"
4141
with:
4242
repository: "githedgehog/dataplane"
4343

0 commit comments

Comments
 (0)