Skip to content

Commit

Permalink
Merge pull request #379 from BrianHicks/dependabot/github_actions/cac…
Browse files Browse the repository at this point in the history
…hix/install-nix-action-24

Bump cachix/install-nix-action from 23 to 24
  • Loading branch information
BrianHicks authored Nov 29, 2023
2 parents 644af7c + 559290f commit 90879dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: "${{ matrix.os }}"
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v24
- uses: cachix/cachix-action@v13
with:
name: tree-grepper
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v24
- uses: cachix/cachix-action@v13
with:
name: tree-grepper
Expand Down

0 comments on commit 90879dc

Please sign in to comment.