Skip to content

Commit 7c822fd

Browse files
Chore(deps): Bump cachix/install-nix-action from V28 to 30 (#121)
* Chore(deps): Bump cachix/install-nix-action from V28 to 30 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V28 to 30. This release includes the previously tagged commit. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@V28...v30) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * CI: Update plugins --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joscha Loos <[email protected]>
1 parent c9c65d6 commit 7c822fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/fetch-plugins.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: ${{ github.head_ref }}
2020

2121
- name: Install nix
22-
uses: cachix/install-nix-action@V28
22+
uses: cachix/install-nix-action@v30
2323
with:
2424
github_access_token: ${{ github.token }}
2525

.github/workflows/pr-update-changes.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ref: ${{ github.head_ref }}
2020

2121
- name: Install nix
22-
uses: cachix/install-nix-action@V28
22+
uses: cachix/install-nix-action@v30
2323
with:
2424
github_access_token: ${{ github.token }}
2525

.github/workflows/update-all-plugins.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
token: ${{ github.token }}
1717
ref: ${{ github.head_ref }}
18-
- uses: cachix/install-nix-action@V28
18+
- uses: cachix/install-nix-action@v30
1919
with:
2020
github_access_token: ${{ github.token }}
2121

0 commit comments

Comments
 (0)