Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Update rust-toolchain #35

Update rust-toolchain

Update rust-toolchain #35

name: Update rust-toolchain
on:
workflow_dispatch:
schedule:
- cron: "30 3 * * 1" # 3:30 on Monday
jobs:
update-rust-toolchain:
name: Update Rust toolchain
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@b846825b298f5351abd80f94c4f9eab63a38a804 # v2.98.0
- name: Update rust version inside of rust-toolchain file
id: update_rust_toolchain
env:
UPDATECLI_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
UPDATECLI_GITHUB_OWNER: ${{ github.repository_owner }}
run: |-
updatecli apply --config ./updatecli/updatecli.d/update-rust-toolchain.yaml \
--values updatecli/values.yaml