about summary refs log tree commit diff
path: root/.github/workflows/nix-parse.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-18 17:08:54 +0100
committerGitHub <noreply@github.com>2024-01-18 17:08:54 +0100
commit7a6810eb0fcfd041ec5652ad4cd6d84fdb3a93ac (patch)
treebb6a373cb6700b7b249dc026b4f30dfe17d80e31 /.github/workflows/nix-parse.yml
parent17ac7e234093fe143d62ae1b0ec0a2a1e45fd3ab (diff)
build(deps): bump cachix/install-nix-action from 24 to 25 (#281120)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 24 to 25.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/7ac1ec25491415c381d9b62f0657c7a028df52a7...6004951b182f8860210c8d6f0d808ec5b1a33d28)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/nix-parse.yml')
-rw-r--r--.github/workflows/nix-parse.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nix-parse.yml b/.github/workflows/nix-parse.yml
index 6eacd7836db77..e625cca93c5c3 100644
--- a/.github/workflows/nix-parse.yml
+++ b/.github/workflows/nix-parse.yml
@@ -29,7 +29,7 @@ jobs:
         # pull_request_target checks out the base branch by default
         ref: refs/pull/${{ github.event.pull_request.number }}/merge
       if: ${{ env.CHANGED_FILES && env.CHANGED_FILES != '' }}
-    - uses: cachix/install-nix-action@7ac1ec25491415c381d9b62f0657c7a028df52a7 # v24
+    - uses: cachix/install-nix-action@6004951b182f8860210c8d6f0d808ec5b1a33d28 # v25
       with:
         nix_path: nixpkgs=channel:nixpkgs-unstable
     - name: Parse all changed or added nix files