summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-03-17 04:05:55 +0000
committerGitHub <[email protected]>2025-03-17 04:05:55 +0000
commit3ba3025e58ce09e899f7333f5c1697361ea70d16 (patch)
treeaf01b5cf46382104da79a885f73e73e581c9fb84 /.github/workflows/ci.yaml
parent336dc00a94e39337c64decd6d0f4f6e4a4d43187 (diff)
ci: bump cachix/install-nix-action in the actions groupdependabot/github_actions/actions-5658cb5396
Bumps the actions group with 1 update: [cachix/install-nix-action](https://github.com/cachix/install-nix-action). Updates `cachix/install-nix-action` from 91a071959513ca103b54280ac0bef5b825791d4d to 02a151ada4993995686f9ed4f1be7cfbb229e56f - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/91a071959513ca103b54280ac0bef5b825791d4d...02a151ada4993995686f9ed4f1be7cfbb229e56f) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index afab016..26a9a71 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install Nix
- uses: cachix/install-nix-action@91a071959513ca103b54280ac0bef5b825791d4d # v31
+ uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31
- name: Run tests
run: |