Skip to content

Commit

Permalink
Chore(deps): Bump cachix/install-nix-action from 23 to 24
Browse files Browse the repository at this point in the history
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v23...v24)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 2dfd195 commit 8ef35f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Install nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v24
with:
github_access_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-update-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: ${{ github.head_ref }}

- name: Install nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v24
with:
github_access_token: ${{ github.token }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-all-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
token: ${{ github.token }}
ref: ${{ github.head_ref }}
- uses: cachix/install-nix-action@v23
- uses: cachix/install-nix-action@v24
with:
github_access_token: ${{ github.token }}

Expand Down

0 comments on commit 8ef35f8

Please sign in to comment.