Skip to content

Commit 7d7dd13

Browse files
Bump cachix/install-nix-action in the cachix-actions group (#416)
Bumps the cachix-actions group with 1 update: [cachix/install-nix-action](https://github.com/cachix/install-nix-action). Updates `cachix/install-nix-action` from 31.8.3 to 31.8.4 - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Changelog](https://github.com/cachix/install-nix-action/blob/master/RELEASE.md) - [Commits](cachix/install-nix-action@7ec16f2...0b0e072) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-version: 31.8.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cachix-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 583db5e commit 7d7dd13

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
persist-credentials: false
3939

4040
# Dont' set extra-conf to test the devShell behavior
41-
- uses: cachix/install-nix-action@7ec16f2c061ab07b235a7245e06ed46fe9a1cab6 # v31.8.3
41+
- uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31.8.4
4242
- run: nix flake check
4343
- run: nix develop --command echo 'This step should be done before any other "nix develop" steps because of measuring Nix build time'
4444
- run: nix develop --command task
@@ -60,7 +60,7 @@ jobs:
6060
persist-credentials: false
6161

6262
# Don't use "DeterminateSystems/nix-installer-action". It does not run on x86_64-darwin: https://github.com/DeterminateSystems/nix-src/issues/224
63-
- uses: cachix/install-nix-action@7ec16f2c061ab07b235a7245e06ed46fe9a1cab6 # v31.8.3
63+
- uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31.8.4
6464
with:
6565
extra_nix_config: |
6666
sandbox = true

.github/workflows/reusable-bump-flake-lock-and-selfup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# However, this workflow depends on the stored credentials for the subsequent git push command.
8686
# For this reason, true is required for now.
8787
persist-credentials: true
88-
- uses: cachix/install-nix-action@7ec16f2c061ab07b235a7245e06ed46fe9a1cab6 # v31.8.3
88+
- uses: cachix/install-nix-action@0b0e072294b088b73964f1d72dfdac0951439dbd # v31.8.4
8989
- name: Fetch active PRs by me
9090
id: fetch-active-prs
9191
env:

0 commit comments

Comments
 (0)