Skip to content

Commit 69a5b21

Browse files
dependabot[bot]mergify[bot]
authored andcommitted
Bump cachix/install-nix-action from 30 to 31
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 30 to 31. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](cachix/install-nix-action@v30...v31) --- 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 19278ba commit 69a5b21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
steps:
1919
- uses: actions/checkout@v4
20-
- uses: cachix/install-nix-action@v30
20+
- uses: cachix/install-nix-action@v31
2121
with:
2222
nix_path: nixpkgs=channel:nixpkgs-unstable
2323
extra_nix_config: |

.github/workflows/update-flake-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515
- name: Install Nix
16-
uses: cachix/install-nix-action@v30
16+
uses: cachix/install-nix-action@v31
1717
with:
1818
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1919
- name: Update flake.lock

0 commit comments

Comments
 (0)