A fork of attic a self-hostable Nix Binary Cache server
0
fork

Configure Feed

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

Merge pull request #196 from zhaofengli/renovate/determinatesystems-nix-installer-action-15.x

chore(deps): update determinatesystems/nix-installer-action action to v15

authored by

Zhaofeng Li and committed by
GitHub
56649478 a02bf38a

+7 -7
+1 -1
.github/workflows/book.yml
··· 18 18 steps: 19 19 - uses: actions/checkout@v4.1.7 20 20 21 - - uses: DeterminateSystems/nix-installer-action@v14 21 + - uses: DeterminateSystems/nix-installer-action@v15 22 22 continue-on-error: true # Self-hosted runners already have Nix installed 23 23 24 24 - name: Install Attic
+5 -5
.github/workflows/build.yml
··· 21 21 run: | 22 22 command -v brew && brew install bash || true 23 23 24 - - uses: DeterminateSystems/nix-installer-action@v14 24 + - uses: DeterminateSystems/nix-installer-action@v15 25 25 continue-on-error: true # Self-hosted runners already have Nix installed 26 26 27 27 - name: Install Attic ··· 83 83 run: | 84 84 command -v brew && brew install bash || true 85 85 86 - - uses: DeterminateSystems/nix-installer-action@v14 86 + - uses: DeterminateSystems/nix-installer-action@v15 87 87 continue-on-error: true # Self-hosted runners already have Nix installed 88 88 89 89 - name: Install Attic ··· 138 138 matrix: ${{ steps.set-matrix.outputs.matrix }} 139 139 steps: 140 140 - uses: actions/checkout@v4.1.7 141 - - uses: DeterminateSystems/nix-installer-action@v14 141 + - uses: DeterminateSystems/nix-installer-action@v15 142 142 continue-on-error: true # Self-hosted runners already have Nix installed 143 143 144 144 - name: Install Attic ··· 183 183 run: | 184 184 command -v brew && brew install bash || true 185 185 186 - - uses: DeterminateSystems/nix-installer-action@v14 186 + - uses: DeterminateSystems/nix-installer-action@v15 187 187 continue-on-error: true # Self-hosted runners already have Nix installed 188 188 189 189 - name: Install Attic ··· 232 232 run: | 233 233 command -v brew && brew install bash || true 234 234 235 - - uses: DeterminateSystems/nix-installer-action@v14 235 + - uses: DeterminateSystems/nix-installer-action@v15 236 236 continue-on-error: true # Self-hosted runners already have Nix installed 237 237 238 238 - name: Install Attic
+1 -1
.github/workflows/lint.yml
··· 17 17 run: | 18 18 command -v brew && brew install bash || true 19 19 20 - - uses: DeterminateSystems/nix-installer-action@v14 20 + - uses: DeterminateSystems/nix-installer-action@v15 21 21 continue-on-error: true # Self-hosted runners already have Nix installed 22 22 23 23 - name: Install Attic