From d6ae8aebcc47028c6a24da19969053ee645bb39d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 21:44:15 +0000 Subject: [PATCH] Bump cachix/cachix-action from 13 to 14 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 13 to 14. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v13...v14) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/update_nix.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 770257d..46e4c9a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -26,7 +26,7 @@ jobs: uses: cachix/install-nix-action@v24 - name: Enable Cachix - uses: cachix/cachix-action@v13 + uses: cachix/cachix-action@v14 # 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 8affd87..7454f4e 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@v24 - - uses: cachix/cachix-action@v13 + - uses: cachix/cachix-action@v14 with: name: espresso-systems-private authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'