We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe00ec commit 435976eCopy full SHA for 435976e
.github/workflows/nix.yml
@@ -8,8 +8,8 @@ jobs:
8
name: Check flake
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v4
12
- - uses: cachix/install-nix-action@v22
+ - uses: actions/checkout@v5
+ - uses: cachix/install-nix-action@v31
13
with:
14
github_access_token: ${{ secrets.GITHUB_TOKEN }}
15
.github/workflows/rust.yml
@@ -6,13 +6,11 @@ jobs:
6
name: Check and test Rust code
7
- uses: dtolnay/rust-toolchain@stable
components: rustfmt, clippy
-
- - name: Cache Rust dependencies
- uses: Swatinem/rust-cache@v2
+ - uses: Swatinem/rust-cache@v2
16
17
- run: cargo check
18
- run: cargo test
0 commit comments