Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

chore(deps): bump cachix/cachix-action from 13 to 14 #34

Merged
merged 1 commit into from
Jan 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: DeterminateSystems/magic-nix-cache-action@main

- name: Setup cachix
uses: cachix/cachix-action@v13
uses: cachix/cachix-action@v14
with:
name: jnsgruk
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
Expand Down
Loading