Skip to content

Commit a898f4b

Browse files
β¬†οΈπŸ‘¨β€πŸ’» Update actions-rust-lang/setup-rust-toolchain action to v1.15.2 (#227)
> [!NOTE] > Mend has cancelled [the proposed renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842) of the Renovate GitHub app being renamed to `mend[bot]`. > > This notice will be removed on 2025-10-07. <hr> This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions-rust-lang/setup-rust-toolchain](https://redirect.github.com/actions-rust-lang/setup-rust-toolchain) | action | patch | `v1.15.1` -> `v1.15.2` | --- ### Release Notes <details> <summary>actions-rust-lang/setup-rust-toolchain (actions-rust-lang/setup-rust-toolchain)</summary> ### [`v1.15.2`](https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/releases/tag/v1.15.2) [Compare Source](https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.15.1...v1.15.2) Fix: Run the version detection steps in the selected `rust-src-dir` directory. This should enable the version selection even without a default toolchain installed. Fixes [#&#8203;74](https://redirect.github.com/actions-rust-lang/setup-rust-toolchain/issues/74). **Full Changelog**: <actions-rust-lang/setup-rust-toolchain@v1.15.1...v1.15.2> </details> --- ### Configuration πŸ“… **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. β™» **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. πŸ”• **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/munich-quantum-toolkit/naviz). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJnaXRodWItYWN0aW9ucyJdfQ==--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c370132 commit a898f4b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

β€Ž.github/workflows/desktop-build.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# https://github.com/actions/checkout/issues/882#issuecomment-2153087319
5151
ref: ${{ github.ref }}
5252
- name: Setup Rust Toolchain
53-
uses: actions-rust-lang/setup-rust-toolchain@02be93da58aa71fb456aa9c43b301149248829d8 # v1.15.1
53+
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
5454
with:
5555
cache-key: ${{ env.CACHE_KEY }}-${{ matrix.target}}
5656
target: ${{ matrix.target }}

β€Ž.github/workflows/format.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout Repository
2323
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2424
- name: Install Rust toolchain
25-
uses: actions-rust-lang/setup-rust-toolchain@02be93da58aa71fb456aa9c43b301149248829d8 # v1.15.1
25+
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
2626
with:
2727
components: rustfmt
2828
- name: Check Rust Formatting

β€Ž.github/workflows/github-pages.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# but only history (treeless)
3737
filter: "tree:0"
3838
- name: Setup Rust Toolchain
39-
uses: actions-rust-lang/setup-rust-toolchain@02be93da58aa71fb456aa9c43b301149248829d8 # v1.15.1
39+
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
4040
with:
4141
cache-key: ${{ env.CACHE_KEY }}
4242
target: wasm32-unknown-unknown

β€Ž.github/workflows/lint-rust.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout Repository
2727
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2828
- name: Setup Rust Toolchain
29-
uses: actions-rust-lang/setup-rust-toolchain@02be93da58aa71fb456aa9c43b301149248829d8 # v1.15.1
29+
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
3030
with:
3131
components: clippy
3232
cache-key: ${{ env.CACHE_KEY }}

β€Ž.github/workflows/publish-crates.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout Repository
2222
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2323
- name: Setup Rust Toolchain
24-
uses: actions-rust-lang/setup-rust-toolchain@02be93da58aa71fb456aa9c43b301149248829d8 # v1.15.1
24+
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
2525
with:
2626
cache-key: ${{ env.CACHE_KEY }}
2727
- name: Install Tools

β€Ž.github/workflows/test.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
python-version-file: "pyproject.toml"
4848
- name: Setup Rust Toolchain
49-
uses: actions-rust-lang/setup-rust-toolchain@02be93da58aa71fb456aa9c43b301149248829d8 # v1.15.1
49+
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1.15.2
5050
with:
5151
components: clippy
5252
cache-key: ${{ env.CACHE_KEY }}-${{ matrix.target}}

0 commit comments

Comments
Β (0)