Skip to content

Commit

Permalink
Merge pull request #422 from numtide/dependabot/github_actions/cachix…
Browse files Browse the repository at this point in the history
…/install-nix-action-v29

chore(deps): bump cachix/install-nix-action from V28 to 29
  • Loading branch information
brianmcgee authored Sep 30, 2024
2 parents 54f9cb8 + fd0b9f8 commit 878dba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V28
- uses: cachix/install-nix-action@v29
- uses: cachix/cachix-action@v15
with:
name: numtide
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gomod2nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Install Nix
uses: cachix/install-nix-action@V28
uses: cachix/install-nix-action@v29
with:
github_access_token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
nix_path: nixpkgs=channel:nixos-unstable
Expand Down

0 comments on commit 878dba3

Please sign in to comment.