diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 007adace7..b564a390f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: - uses: nixbuild/nix-quick-install-action@master - 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') }} @@ -309,7 +309,7 @@ jobs: - uses: nixbuild/nix-quick-install-action@master - 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 b0ccdb470..3bd6e45e0 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -73,7 +73,7 @@ jobs: - uses: nixbuild/nix-quick-install-action@master - 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') }}