Skip to content

Commit

Permalink
build(deps): bump cachix/install-nix-action from V27 to 30 (#331)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 67cce73 commit dd6b809
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nix.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@V27
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: numtide
Expand All @@ -35,7 +35,7 @@ jobs:
with:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0
- uses: cachix/install-nix-action@V27
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: numtide
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V27
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: numtide
Expand Down

0 comments on commit dd6b809

Please sign in to comment.