diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 979e135..f0e4e1d 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4.1.7 - - uses: DeterminateSystems/nix-installer-action@v15 + - uses: DeterminateSystems/nix-installer-action@v16 continue-on-error: true # Self-hosted runners already have Nix installed - name: Install Attic diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 631d565..2b7e8e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: run: | command -v brew && brew install bash || true - - uses: DeterminateSystems/nix-installer-action@v15 + - uses: DeterminateSystems/nix-installer-action@v16 continue-on-error: true # Self-hosted runners already have Nix installed - name: Install Attic @@ -83,7 +83,7 @@ jobs: run: | command -v brew && brew install bash || true - - uses: DeterminateSystems/nix-installer-action@v15 + - uses: DeterminateSystems/nix-installer-action@v16 continue-on-error: true # Self-hosted runners already have Nix installed - name: Install Attic @@ -138,7 +138,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - uses: actions/checkout@v4.1.7 - - uses: DeterminateSystems/nix-installer-action@v15 + - uses: DeterminateSystems/nix-installer-action@v16 continue-on-error: true # Self-hosted runners already have Nix installed - name: Install Attic @@ -183,7 +183,7 @@ jobs: run: | command -v brew && brew install bash || true - - uses: DeterminateSystems/nix-installer-action@v15 + - uses: DeterminateSystems/nix-installer-action@v16 continue-on-error: true # Self-hosted runners already have Nix installed - name: Install Attic @@ -232,7 +232,7 @@ jobs: run: | command -v brew && brew install bash || true - - uses: DeterminateSystems/nix-installer-action@v15 + - uses: DeterminateSystems/nix-installer-action@v16 continue-on-error: true # Self-hosted runners already have Nix installed - name: Install Attic diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6a9f6e4..7456430 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: run: | command -v brew && brew install bash || true - - uses: DeterminateSystems/nix-installer-action@v15 + - uses: DeterminateSystems/nix-installer-action@v16 continue-on-error: true # Self-hosted runners already have Nix installed - name: Install Attic