Skip to content

Commit

Permalink
chore(deps): bump cachix/install-nix-action from 29 to 30 (#520)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent a142691 commit f6731ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Checks
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v29
- uses: cachix/install-nix-action@v30
- name: Nix checks
run: nix flake check -L
build:
Expand All @@ -25,7 +25,7 @@ jobs:
- .#devShells.x86_64-linux.default
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v29
- uses: cachix/install-nix-action@v30
- uses: cachix/cachix-action@v15
with:
name: neorocks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v29
uses: cachix/install-nix-action@v30
with:
extra_nix_config: |
experimental-features = nix-command flakes
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: cachix/install-nix-action@v29
- uses: cachix/install-nix-action@v30
- run: |
nix profile install --quiet --accept-flake-config "${{ github.action_path }}#luarocks-tag-release-action"
shell: bash
Expand Down

0 comments on commit f6731ef

Please sign in to comment.