Skip to content

Commit

Permalink
Update cachix action version
Browse files Browse the repository at this point in the history
  • Loading branch information
farcaller committed Jun 17, 2024
1 parent 84c8722 commit b6986a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache-updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
extra_nix_config: 'experimental-features = nix-command flakes'
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
if: steps.changed-files.outputs.any_changed == 'true'
with:
name: nixhelm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
extra_nix_config: 'experimental-features = nix-command flakes'
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: nixhelm
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
extra_nix_config: 'experimental-features = nix-command flakes'
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: nixhelm
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit b6986a9

Please sign in to comment.