Skip to content

Update Cargo.lock

Update Cargo.lock #1

name: Update Cargo.lock
on:
workflow_dispatch:
permissions:
contents: write
jobs:
update-lockfile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: personal
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Run cargo update
run: cargo update
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: update Cargo.lock [skip ci]"
file_pattern: Cargo.lock