Skip to content

Commit

Permalink
Merge pull request #478 from typelevel/dependabot/github_actions/cach…
Browse files Browse the repository at this point in the history
…ix/cachix-action-13

Bump cachix/cachix-action from 12 to 13
  • Loading branch information
rossabaker authored Dec 6, 2023
2 parents e7a74b7 + b3257a4 commit 05720a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: cachix/install-nix-action@v23

- name: "Install Cachix️"
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v13
with:
name: typelevel
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: cachix/install-nix-action@v23

- name: "Install Cachix️"
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v13
with:
name: typelevel

Expand Down

0 comments on commit 05720a0

Please sign in to comment.