Skip to content

Commit

Permalink
Merge pull request #529 from typelevel/dependabot/github_actions/cach…
Browse files Browse the repository at this point in the history
…ix/install-nix-action-30

Bump cachix/install-nix-action from 29 to 30
  • Loading branch information
rossabaker authored Oct 7, 2024
2 parents 6ea4db8 + b3b45b8 commit e53bbeb
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 @@ -18,7 +18,7 @@ jobs:
- uses: actions/[email protected]

- name: "Install Nix️"
uses: cachix/install-nix-action@v29
uses: cachix/install-nix-action@v30

- name: "Install Cachix️"
uses: cachix/cachix-action@v15
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/[email protected]

- name: "Install Nix️"
uses: cachix/install-nix-action@v29
uses: cachix/install-nix-action@v30

- name: "Install Cachix️"
uses: cachix/cachix-action@v15
Expand Down

0 comments on commit e53bbeb

Please sign in to comment.