Skip to content

Commit

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

chore(deps): bump cachix/install-nix-action from 26 to 27
  • Loading branch information
mergify[bot] authored May 21, 2024
2 parents 533f4e2 + af5d2eb commit 6ce3d27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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@v26
- uses: cachix/install-nix-action@V27
- uses: cachix/cachix-action@v15
with:
name: numtide
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27
- id: set-matrix
name: Generate Nix Matrix
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27
- uses: cachix/cachix-action@v15
with:
name: numtide
Expand Down

0 comments on commit 6ce3d27

Please sign in to comment.