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

Merged
hulthe merged 1 commits from fix/rust-action-issue into master 2026-05-05 23:28:45 +02:00
Showing only changes of commit 08edb8bff6 - Show all commits

View File

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