From acf26cc3fc106aea50c51b8b0485e718a627577e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:55:21 +0000 Subject: [PATCH] build(deps): bump cachix/cachix-action from 16 to 17 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 16 to 17. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v16...v17) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-version: '17' 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/format.yaml | 2 +- .github/workflows/pages.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 504296f..a8ec531 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -61,7 +61,7 @@ jobs: keep-outputs = true keep-failed = true - name: Setup Caching - uses: cachix/cachix-action@v16 + uses: cachix/cachix-action@v17 with: name: selfhostblocks authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' @@ -93,7 +93,7 @@ jobs: keep-outputs = true keep-failed = true - name: Setup Caching - uses: cachix/cachix-action@v16 + uses: cachix/cachix-action@v17 with: name: selfhostblocks authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' @@ -124,7 +124,7 @@ jobs: keep-outputs = true keep-failed = true - name: Setup Caching - uses: cachix/cachix-action@v16 + uses: cachix/cachix-action@v17 with: name: selfhostblocks authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 1f8cb48..0d712eb 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -77,7 +77,7 @@ jobs: keep-outputs = true keep-failed = true - - uses: cachix/cachix-action@v16 + - uses: cachix/cachix-action@v17 with: name: selfhostblocks authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 7bd579e..1679a62 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -15,7 +15,7 @@ jobs: with: github_access_token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Caching - uses: cachix/cachix-action@v16 + uses: cachix/cachix-action@v17 with: name: selfhostblocks authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 245eb29..c448f55 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -37,7 +37,7 @@ jobs: github_access_token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Caching - uses: cachix/cachix-action@v16 + uses: cachix/cachix-action@v17 with: name: selfhostblocks authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'