Skip to content

Commit

Permalink
workflow: fix cachix action uses
Browse files Browse the repository at this point in the history
  • Loading branch information
NyCodeGHG committed Dec 12, 2024
1 parent e219d5b commit 7b1ab10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27
- uses: cachix/cachix-action@@ad2ddac53f961de1989924296a1f236fcfbaa4fc # v15
- uses: cachix/cachix-action@ad2ddac53f961de1989924296a1f236fcfbaa4fc # v15
with:
name: uwumarie
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand Down

0 comments on commit 7b1ab10

Please sign in to comment.