From 5759f4763be996332b70ce1428d8da44692eb58a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:13:12 +0000 Subject: [PATCH] build(deps): bump cachix/cachix-action from 14 to 15 Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 14 to 15. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v14...v15) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9ce20a8..6bbe789 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: with: extra_nix_config: | access-tokens = github.com=${{ github.token }} - - uses: cachix/cachix-action@v14 + - uses: cachix/cachix-action@v15 with: name: enarx authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' @@ -36,7 +36,7 @@ jobs: with: extra_nix_config: | access-tokens = github.com=${{ github.token }} - - uses: cachix/cachix-action@v14 + - uses: cachix/cachix-action@v15 with: name: enarx authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4007d8a..12a02be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: with: extra_nix_config: | access-tokens = github.com=${{ github.token }} - - uses: cachix/cachix-action@v14 + - uses: cachix/cachix-action@v15 with: name: enarx authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'