fix: use dtolnay/rust-action@master to avoid authentication error

This commit is contained in:
2026-05-05 21:16:12 +00:00
parent 17009cae28
commit 757005f4f8

View File

@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
- name: Install Rust
uses: dtolnay/rust-action@stable
uses: dtolnay/rust-action@master
- name: Install Podman
run: |