aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-21 10:02:40 -0800
committerGitHub <[email protected]>2025-11-21 10:02:40 -0800
commit35dc874cb80b754676c5975548c4da475aee2675 (patch)
treea27b9f0af1e2959c723b365663a010cfed9571a5
parenteed314ebb58772476971af49b36b68301eb0d8cc (diff)
chore(deps): bump actions/checkout from 5 to 6 (#35)
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](https://github.com/actions/checkout/compare/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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/cargo-vet.yml2
-rw-r--r--.github/workflows/check.yml14
-rw-r--r--.github/workflows/nostd.yml2
-rw-r--r--.github/workflows/rolling.yml4
4 files changed, 11 insertions, 11 deletions
diff --git a/.github/workflows/cargo-vet.yml b/.github/workflows/cargo-vet.yml
index d6baa29f5..d585d1df5 100644
--- a/.github/workflows/cargo-vet.yml
+++ b/.github/workflows/cargo-vet.yml
@@ -19,7 +19,7 @@ jobs:
19 CARGO_VET_VERSION: 0.10.1 19 CARGO_VET_VERSION: 0.10.1
20 20
21 steps: 21 steps:
22 - uses: actions/checkout@v5 22 - uses: actions/checkout@v6
23 with: 23 with:
24 submodules: true 24 submodules: true
25 25
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 8e05f5c5d..ad9f44428 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -37,7 +37,7 @@ jobs:
37 workdir: [ ".", "examples",] 37 workdir: [ ".", "examples",]
38 38
39 steps: 39 steps:
40 - uses: actions/checkout@v5 40 - uses: actions/checkout@v6
41 with: 41 with:
42 submodules: true 42 submodules: true
43 43
@@ -67,7 +67,7 @@ jobs:
67 workdir: ["examples"] 67 workdir: ["examples"]
68 68
69 steps: 69 steps:
70 - uses: actions/checkout@v5 70 - uses: actions/checkout@v6
71 with: 71 with:
72 submodules: true 72 submodules: true
73 73
@@ -88,7 +88,7 @@ jobs:
88 # runs-on: ubuntu-latest 88 # runs-on: ubuntu-latest
89 # name: semver 89 # name: semver
90 # steps: 90 # steps:
91 # - uses: actions/checkout@v5 91 # - uses: actions/checkout@v6
92 # with: 92 # with:
93 # submodules: true 93 # submodules: true
94 # - name: Install stable 94 # - name: Install stable
@@ -106,7 +106,7 @@ jobs:
106 name: nightly / doc 106 name: nightly / doc
107 107
108 steps: 108 steps:
109 - uses: actions/checkout@v5 109 - uses: actions/checkout@v6
110 with: 110 with:
111 submodules: true 111 submodules: true
112 112
@@ -131,7 +131,7 @@ jobs:
131 fail-fast: false 131 fail-fast: false
132 132
133 steps: 133 steps:
134 - uses: actions/checkout@v5 134 - uses: actions/checkout@v6
135 with: 135 with:
136 submodules: true 136 submodules: true
137 137
@@ -155,7 +155,7 @@ jobs:
155 name: ubuntu / stable / deny 155 name: ubuntu / stable / deny
156 156
157 steps: 157 steps:
158 - uses: actions/checkout@v5 158 - uses: actions/checkout@v6
159 with: 159 with:
160 submodules: true 160 submodules: true
161 161
@@ -200,7 +200,7 @@ jobs:
200 200
201 name: ubuntu / ${{ matrix.msrv }} 201 name: ubuntu / ${{ matrix.msrv }}
202 steps: 202 steps:
203 - uses: actions/checkout@v5 203 - uses: actions/checkout@v6
204 with: 204 with:
205 submodules: true 205 submodules: true
206 206
diff --git a/.github/workflows/nostd.yml b/.github/workflows/nostd.yml
index 6083577da..cf6629854 100644
--- a/.github/workflows/nostd.yml
+++ b/.github/workflows/nostd.yml
@@ -21,7 +21,7 @@ jobs:
21 name: ${{ matrix.target }} 21 name: ${{ matrix.target }}
22 22
23 steps: 23 steps:
24 - uses: actions/checkout@v5 24 - uses: actions/checkout@v6
25 with: 25 with:
26 submodules: true 26 submodules: true
27 27
diff --git a/.github/workflows/rolling.yml b/.github/workflows/rolling.yml
index a9f0b30b4..73b48484a 100644
--- a/.github/workflows/rolling.yml
+++ b/.github/workflows/rolling.yml
@@ -20,7 +20,7 @@ jobs:
20 strategy: 20 strategy:
21 fail-fast: false 21 fail-fast: false
22 steps: 22 steps:
23 - uses: actions/checkout@v5 23 - uses: actions/checkout@v6
24 with: 24 with:
25 submodules: true 25 submodules: true
26 - name: Install stable 26 - name: Install stable
@@ -44,7 +44,7 @@ jobs:
44 44
45 name: ubuntu / ${{ matrix.msrv }} (${{ matrix.commit }}) 45 name: ubuntu / ${{ matrix.msrv }} (${{ matrix.commit }})
46 steps: 46 steps:
47 - uses: actions/checkout@v5 47 - uses: actions/checkout@v6
48 with: 48 with:
49 submodules: true 49 submodules: true
50 - name: Install ${{ matrix.msrv }} 50 - name: Install ${{ matrix.msrv }}