From 11c9e8dac903aa27511defa390383bcecd256681 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 13:43:37 +0000 Subject: [PATCH] chore(deps): update cachix/cachix-action action to v15 --- .github/actions/setup-nix/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-nix/action.yaml b/.github/actions/setup-nix/action.yaml index 6116b90c8b..5b7816504f 100644 --- a/.github/actions/setup-nix/action.yaml +++ b/.github/actions/setup-nix/action.yaml @@ -16,7 +16,7 @@ runs: nix_conf: |- always-allow-substitutes = true max-jobs = auto - - uses: cachix/cachix-action@18cf96c7c98e048e10a83abd92116114cd8504be # v14 + - uses: cachix/cachix-action@ad2ddac53f961de1989924296a1f236fcfbaa4fc # v15 with: name: postgrest authToken: ${{ inputs.authToken }}