From 8879963765257cba956ad6d41c1006f6efd77523 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 11:15:25 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 660d571..7ae3e99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: auto-optimise-store = true - name: Setup binary cache - uses: cachix/cachix-action@v14 + uses: cachix/cachix-action@v15 with: name: stackrox authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"