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 #255 from zhaofengli/renovate/determinatesystems-nix-installer-action-18.x

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

authored by

Zhaofeng Li and committed by
GitHub
33e6da92 e11f630a

+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@v15 21 + - uses: DeterminateSystems/nix-installer-action@v18 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@v15 24 + - uses: DeterminateSystems/nix-installer-action@v18 25 25 continue-on-error: true # Self-hosted runners already have Nix installed 26 26 27 27 - name: Install Attic ··· 86 86 run: | 87 87 command -v brew && brew install bash || true 88 88 89 - - uses: DeterminateSystems/nix-installer-action@v15 89 + - uses: DeterminateSystems/nix-installer-action@v18 90 90 continue-on-error: true # Self-hosted runners already have Nix installed 91 91 92 92 - name: Install Attic ··· 143 143 matrix: ${{ steps.set-matrix.outputs.matrix }} 144 144 steps: 145 145 - uses: actions/checkout@v4.1.7 146 - - uses: DeterminateSystems/nix-installer-action@v15 146 + - uses: DeterminateSystems/nix-installer-action@v18 147 147 continue-on-error: true # Self-hosted runners already have Nix installed 148 148 149 149 - name: Install Attic ··· 190 190 run: | 191 191 command -v brew && brew install bash || true 192 192 193 - - uses: DeterminateSystems/nix-installer-action@v15 193 + - uses: DeterminateSystems/nix-installer-action@v18 194 194 continue-on-error: true # Self-hosted runners already have Nix installed 195 195 196 196 - name: Install Attic ··· 241 241 run: | 242 242 command -v brew && brew install bash || true 243 243 244 - - uses: DeterminateSystems/nix-installer-action@v15 244 + - uses: DeterminateSystems/nix-installer-action@v18 245 245 continue-on-error: true # Self-hosted runners already have Nix installed 246 246 247 247 - 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@v15 20 + - uses: DeterminateSystems/nix-installer-action@v18 21 21 continue-on-error: true # Self-hosted runners already have Nix installed 22 22 23 23 - name: Install Attic