Skip to content

Commit 5117ccd

Browse files
authored
Merge pull request #1150 from EnergySystemsModellingLab/fix-update-toolchain-workflow
Fix `update-rust-toolchain` workflow
2 parents f531c58 + 4848d7d commit 5117ccd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-rust-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
persist-credentials: false
1616
- name: update rust toolchain
17-
uses: a-kenji/update-rust-toolchain@v1
17+
uses: a-kenji/update-rust-toolchain@v1.1
1818
with:
1919
toolchain-path: ./rust-toolchain.toml
2020
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}

0 commit comments

Comments
 (0)