Skip to content

Commit 767f2b5

Browse files
dependabot[bot]szamuboy
authored andcommitted
Bump cachix/install-nix-action from 29 to 30
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 29 to 30. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v29...v30) --- 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]>
1 parent 1966791 commit 767f2b5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/dependency-update.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
token: ${{ secrets.TOKEN }}
18-
- uses: cachix/install-nix-action@v29
18+
- uses: cachix/install-nix-action@v30
1919
- run: nix develop .#git-create-pr -c git-create-pr

.github/workflows/lint-on-push.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14-
- uses: cachix/install-nix-action@v29
14+
- uses: cachix/install-nix-action@v30
1515
- run: nix flake check

.github/workflows/new-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
token: ${{ secrets.TOKEN }}
17-
- uses: cachix/install-nix-action@v29
17+
- uses: cachix/install-nix-action@v30
1818
- run: nix develop .#new-release -c new-release

.github/workflows/nix-update.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
token: ${{ secrets.TOKEN }}
18-
- uses: cachix/install-nix-action@v29
18+
- uses: cachix/install-nix-action@v30
1919
- run: nix develop .#nix-update -c nix-update

0 commit comments

Comments
 (0)