From de408a62414ec5c7d27e1e80f026d22e872b245e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:30:54 +0000 Subject: [PATCH] chore(deps): update nix-community/cache-nix-action action to v5.2.1 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/documentation.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1441dd44b..8dceb597a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,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') }} @@ -237,7 +237,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 20b1e4c6b..76dc64bbf 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -69,7 +69,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') }}