diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efb2a9c0..5a33fde9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: cachix use nix-community - name: Restore and cache Nix store - uses: nix-community/cache-nix-action@v5.1.0 + uses: nix-community/cache-nix-action@v5.2.1 with: # restore and save a cache using this key primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/.lock') }} @@ -199,7 +199,7 @@ jobs: cachix use nix-community - name: Restore and cache Nix store - uses: nix-community/cache-nix-action@v5.1.0 + uses: nix-community/cache-nix-action@v5.2.1 with: # restore and save a cache using this key primary-key: nix-${{ runner.os }}-${{ matrix.target }}-${{ hashFiles('**/*.nix', '**/.lock') }} diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9beb5064..a1f0a6fd 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -60,7 +60,7 @@ jobs: cachix use nix-community - name: Restore and cache Nix store - uses: nix-community/cache-nix-action@v5.1.0 + uses: nix-community/cache-nix-action@v5.2.1 with: # restore and save a cache using this key primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/.lock') }}