diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59f44df..ae33d9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: experimental-features = nix-command flakes - name: Cache Nix store - uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13 + uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # v14 - name: Cache npm uses: actions/cache@v5 diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 4ec1c91..4881d57 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -26,7 +26,7 @@ jobs: experimental-features = nix-command flakes - name: Cache Nix store - uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13 + uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # v14 - name: Run gitleaks run: nix develop --command gitleaks detect --source . --config .gitleaks.toml --redact diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e713ca6..9bf3403 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: experimental-features = nix-command flakes - name: Cache Nix store - uses: DeterminateSystems/magic-nix-cache-action@565684385bcd71bad329742eefe8d12f2e765b39 # v13 + uses: DeterminateSystems/magic-nix-cache-action@908b263ff629f4cc17666315b7fd3ec127c6244d # v14 - name: Install npm deps run: nix develop --command npm ci