Skip to content

Commit cdeecac

Browse files
build(deps): bump actions/checkout from 5 to 6 (#281)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8af230 commit cdeecac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_cargo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup | ldproxy (cargo)
6767
if: steps.ldproxy-binary.outcome != 'success'
6868
run: cargo install ldproxy
69-
- uses: actions/checkout@v5
69+
- uses: actions/checkout@v6
7070
with:
7171
path: /home/runner/work/esp-idf-template/esp-idf-template/github-esp-idf-template
7272
- name: Generate
@@ -98,7 +98,7 @@ jobs:
9898
if: steps.binaries.outcome != 'success'
9999
run: cargo install cargo-generate
100100
- uses: Swatinem/rust-cache@v2
101-
- uses: actions/checkout@v5
101+
- uses: actions/checkout@v6
102102
with:
103103
path: /home/runner/work/esp-idf-template/esp-idf-template/github-esp-idf-template
104104
- name: Generate

.github/workflows/ci_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Setup | ldproxy (cargo)
8181
if: steps.ldproxy-binary.outcome != 'success'
8282
run: cargo install ldproxy
83-
- uses: actions/checkout@v5
83+
- uses: actions/checkout@v6
8484
with:
8585
path: /home/runner/work/esp-idf-template/esp-idf-template/github-esp-idf-template
8686
- name: Generate

0 commit comments

Comments
 (0)