this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: pin versions of actions helpers

+7 -7
+6 -6
.github/workflows/nix.yml
··· 11 11 runs-on: ubuntu-latest 12 12 steps: 13 13 - name: Checkout 14 - uses: actions/checkout@v3 14 + uses: actions/checkout@v4 15 15 - name: Install Nix 16 - uses: DeterminateSystems/nix-installer-action@main 16 + uses: DeterminateSystems/nix-installer-action@v12 17 17 - name: Nix Cache 18 - uses: DeterminateSystems/magic-nix-cache-action@main 18 + uses: DeterminateSystems/magic-nix-cache-action@v7 19 19 20 20 - name: Format 21 21 run: nix build .#fmt ··· 51 51 needs: build 52 52 steps: 53 53 - name: Checkout 54 - uses: actions/checkout@v3 54 + uses: actions/checkout@v4 55 55 - name: Install Nix 56 - uses: DeterminateSystems/nix-installer-action@main 56 + uses: DeterminateSystems/nix-installer-action@v12 57 57 - name: Nix Cache 58 - uses: DeterminateSystems/magic-nix-cache-action@main 58 + uses: DeterminateSystems/magic-nix-cache-action@v7 59 59 60 60 - name: Build Coverage 61 61 # Build and ensure the output is linked in result/
+1 -1
.github/workflows/rust.yml
··· 16 16 17 17 steps: 18 18 - name: Checkout 19 - uses: actions/checkout@v3 19 + uses: actions/checkout@v4 20 20 21 21 - name: Install Rust 22 22 uses: dtolnay/rust-toolchain@stable