|
26 | 26 | runs-on: ${{ inputs.runs-on }} |
27 | 27 | steps: |
28 | 28 | - uses: actions/checkout@v3 |
29 | | - - uses: nixbuild/nix-quick-install-action@master |
| 29 | + - uses: nixbuild/nix-quick-install-action@v25 |
30 | 30 | - name: Update subflake references |
31 | 31 | run: ./.github/workflows/update-subflake.sh |
32 | 32 | - uses: DeterminateSystems/magic-nix-cache-action@main |
|
42 | 42 | name: ${{ matrix.target.jobName }} |
43 | 43 | runs-on: ${{ inputs.runs-on }} |
44 | 44 | steps: |
45 | | - - uses: nixbuild/nix-quick-install-action@master |
| 45 | + - uses: nixbuild/nix-quick-install-action@v25 |
46 | 46 | - uses: DeterminateSystems/magic-nix-cache-action@main |
47 | 47 | - uses: divnix/std-action/run@main |
48 | 48 |
|
|
55 | 55 | name: ${{ matrix.target.jobName }} |
56 | 56 | runs-on: ${{ inputs.runs-on }} |
57 | 57 | steps: |
58 | | - - uses: nixbuild/nix-quick-install-action@master |
| 58 | + - uses: nixbuild/nix-quick-install-action@v25 |
59 | 59 | - uses: DeterminateSystems/magic-nix-cache-action@main |
60 | 60 | - uses: divnix/std-action/run@main |
61 | 61 |
|
|
68 | 68 | name: ${{ matrix.target.jobName }} |
69 | 69 | runs-on: ${{ inputs.runs-on }} |
70 | 70 | steps: |
71 | | - - uses: nixbuild/nix-quick-install-action@master |
| 71 | + - uses: nixbuild/nix-quick-install-action@v25 |
72 | 72 | - uses: actions/checkout@v3 |
73 | 73 | - name: Update subflake references |
74 | 74 | run: ./.github/workflows/update-subflake.sh |
|
0 commit comments