From 023991b4b7bc8edc0276b3a45d1842ed2da7ae76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 14:39:05 +0000 Subject: [PATCH] Bump cachix/cachix-action from 15 to 16 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 15 to 16. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v15...v16) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 6 +++--- .github/workflows/demo.yml | 2 +- .github/workflows/pages.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4863b4f..03b3e8b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -58,7 +58,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} extra-conf: "system-features = nixos-test benchmark big-parallel kvm" - name: Setup Caching - uses: cachix/cachix-action@v15 + uses: cachix/cachix-action@v16 with: name: selfhostblocks authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' @@ -85,7 +85,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} extra-conf: "system-features = nixos-test benchmark big-parallel kvm" - name: Setup Caching - uses: cachix/cachix-action@v15 + uses: cachix/cachix-action@v16 with: name: selfhostblocks authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' @@ -112,7 +112,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} extra-conf: "system-features = nixos-test benchmark big-parallel kvm" - name: Setup Caching - uses: cachix/cachix-action@v15 + uses: cachix/cachix-action@v16 with: name: selfhostblocks authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 18ca05c..fdffb0a 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -52,7 +52,7 @@ jobs: - name: Install nix uses: cachix/install-nix-action@v31 - - uses: cachix/cachix-action@v15 + - uses: cachix/cachix-action@v16 with: name: selfhostblocks authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index edbf611..939c245 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -35,7 +35,7 @@ jobs: uses: cachix/install-nix-action@v31 - name: Setup Caching - uses: cachix/cachix-action@v15 + uses: cachix/cachix-action@v16 with: name: selfhostblocks authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'