Compare commits

..

No commits in common. "dependabot/github_actions/cachix/cachix-action-14" and "main" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ jobs:
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
system-features = nixos-test benchmark big-parallel kvm
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v12
with:
name: pad-archiver
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'

View file

@ -18,7 +18,7 @@ jobs:
experimental-features = nix-command flakes
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
system-features = nixos-test benchmark big-parallel kvm
- uses: cachix/cachix-action@v14
- uses: cachix/cachix-action@v12
with:
name: pad-archiver
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'