From 0c858afdac243d70c15c927ab8130e64dfdf2feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:32:28 -0300 Subject: [PATCH] chore(deps): bump cachix/install-nix-action from 23 to 24 (#120) Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v23...v24) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 8766dab..27c944c 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -76,7 +76,7 @@ jobs: cache: true check-latest: true - uses: sigstore/cosign-installer@v3.2.0 - - uses: cachix/install-nix-action@v23 + - uses: cachix/install-nix-action@v24 with: github_access_token: ${{ secrets.gh_pat }} - uses: anchore/sbom-action/download-syft@v0.14.3