From 7465e9db9d30ed00ac3dd44457470294d823e32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enis=20Bayramo=C4=9Flu?= Date: Tue, 14 Nov 2023 11:47:35 +0100 Subject: [PATCH] Update setup-nix-with-cache --- .github/workflows/nix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml index 29a40cc..866277f 100644 --- a/.github/workflows/nix.yml +++ b/.github/workflows/nix.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Nix with caching - uses: kadena-io/setup-nix-with-cache/by-root@v3 + uses: kadena-io/setup-nix-with-cache/by-root@v3.1 with: cache_url: s3://nixcache.chainweb.com?region=us-east-1 signing_private_key: ${{ secrets.NIX_CACHE_PRIVATE_KEY }} @@ -34,7 +34,7 @@ jobs: aws-region: us-east-1 - name: Give root user AWS credentials - uses: kadena-io/setup-nix-with-cache/copy-root-aws-credentials@v3 + uses: kadena-io/setup-nix-with-cache/copy-root-aws-credentials@v3.1 - name: Build and cache artifacts run: |