From 06c4e10cf03bd1c680f7e2b46408b05da165470d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:15:42 +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-version: '16' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/update_nix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55b6476..90e3879 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: uses: cachix/install-nix-action@v30 - name: Enable Cachix - uses: cachix/cachix-action@v15 + uses: cachix/cachix-action@v16 # If PR is from a non-collaborator (e. g. dependabot) the secrets are missing and the login to cachix fails. continue-on-error: true with: diff --git a/.github/workflows/update_nix.yml b/.github/workflows/update_nix.yml index 7270e00..3c6d3c3 100644 --- a/.github/workflows/update_nix.yml +++ b/.github/workflows/update_nix.yml @@ -15,7 +15,7 @@ jobs: - name: Install Nix uses: cachix/install-nix-action@v30 - - uses: cachix/cachix-action@v15 + - uses: cachix/cachix-action@v16 with: name: espresso-systems-private authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'