From 819b8d188441b369e91834e030965136177b7c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:39:17 +0000 Subject: [PATCH] chore(deps): bump cachix/install-nix-action from 29 to 30 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 29 to 30. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v29...v30) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 eed8e09..94ce743 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -87,7 +87,7 @@ jobs: cache: true check-latest: true - uses: sigstore/cosign-installer@v3.6.0 - - uses: cachix/install-nix-action@v29 + - uses: cachix/install-nix-action@v30 with: github_access_token: ${{ secrets.gh_pat }} - uses: anchore/sbom-action/download-syft@v0.17.2