Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit c44ea5c

Browse files
chore(deps): bump dtolnay/rust-toolchain from b3b07ba8b418998c39fb20f53e8b695cdcc8de1b to e97e2d8cc328f1b50210efc529dca0028893a2d9 (#448)
Bumps [dtolnay/rust-toolchain](https://github.com/dtolnay/rust-toolchain) from b3b07ba8b418998c39fb20f53e8b695cdcc8de1b to e97e2d8cc328f1b50210efc529dca0028893a2d9. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/rust-toolchain/commit/e97e2d8cc328f1b50210efc529dca0028893a2d9"><code>e97e2d8</code></a> Update actions/checkout@v4 -&gt; v5</li> <li><a href="https://github.com/dtolnay/rust-toolchain/commit/3bd6ba104ce24f1366deac4a721798ad4b2fc2e8"><code>3bd6ba1</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/rust-toolchain/issues/168">#168</a> from dtolnay/sed</li> <li><a href="https://github.com/dtolnay/rust-toolchain/commit/0185c0604231e18106b0f6fc3bdf12e3388029e7"><code>0185c06</code></a> Fix update-revs.sh to recognize only the intended <code>required: true</code></li> <li><a href="https://github.com/dtolnay/rust-toolchain/commit/350b8170d67565ecb255cb735a9c516a4106d651"><code>350b817</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/rust-toolchain/issues/166">#166</a> from dtolnay/fix1</li> <li><a href="https://github.com/dtolnay/rust-toolchain/commit/6ded28b5b7b04809225ecea4f9e588c191507e09"><code>6ded28b</code></a> Try without comment?</li> <li><a href="https://github.com/dtolnay/rust-toolchain/commit/cc2784cec7f82508b1390531ccc15d12d7d28a1f"><code>cc2784c</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/rust-toolchain/issues/165">#165</a> from dtolnay/fix2</li> <li><a href="https://github.com/dtolnay/rust-toolchain/commit/f6642a8e0a569a4651d01b5f17a7d9a0b408798a"><code>f6642a8</code></a> Try without backtick?</li> <li><a href="https://github.com/dtolnay/rust-toolchain/commit/5ee21dc3969aebcfc66b78886bb54af9ed612724"><code>5ee21dc</code></a> Merge pull request <a href="https://redirect.github.com/dtolnay/rust-toolchain/issues/162">#162</a> from dtolnay/pin</li> <li><a href="https://github.com/dtolnay/rust-toolchain/commit/ed196ec4b4fbeb06a88eac6d3a3a507755d023b5"><code>ed196ec</code></a> Add note about full-length SHA</li> <li><a href="https://github.com/dtolnay/rust-toolchain/commit/57e40976e026c43fa403effa33c37ce1b7723d1a"><code>57e4097</code></a> Update example version number to a recent one</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/rust-toolchain/compare/b3b07ba8b418998c39fb20f53e8b695cdcc8de1b...e97e2d8cc328f1b50210efc529dca0028893a2d9">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77f03cf commit c44ea5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
kubectl_version: 'v1.33.3'
9090
- name: Install Rust
9191
if: steps.filter.outputs.sources
92-
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b # v1
92+
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
9393
with:
9494
toolchain: stable
9595
- name: Run Integration Tests

0 commit comments

Comments
 (0)