Skip to content

Commit

Permalink
Merge pull request #12 from smaret/dependabot/github_actions/cachix/i…
Browse files Browse the repository at this point in the history
…nstall-nix-action-24

build(deps): bump cachix/install-nix-action from 23 to 24
  • Loading branch information
smaret authored Dec 6, 2023
2 parents 544f06c + 01d3930 commit 8b9ec88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-no-nur-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v24
with:
nix_path: "${{ matrix.nixPath }}"
extra_nix_config: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v24
with:
nix_path: "${{ matrix.nixPath }}"
extra_nix_config: |
Expand Down

0 comments on commit 8b9ec88

Please sign in to comment.