aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-07-15 10:52:40 +0100
committerGitHub <noreply@github.com>2024-07-15 10:52:40 +0100
commit947305fc7f3d60e49df8a80ded07c08ea7e334da (patch)
tree27e13e70c43eea725404ab263622663a3dcd3060
parentchore(deps): bump clap_complete from 4.5.7 to 4.5.8 (#2273) (diff)
downloadatuin-947305fc7f3d60e49df8a80ded07c08ea7e334da.zip
chore(deps): bump cachix/install-nix-action from 20 to 27 (#2268)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 27. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v20...V27) --- 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>
-rw-r--r--.github/workflows/nix.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/nix.yml b/.github/workflows/nix.yml
index d3e3bed4..0c8285eb 100644
--- a/.github/workflows/nix.yml
+++ b/.github/workflows/nix.yml
@@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- - uses: cachix/install-nix-action@v20
+ - uses: cachix/install-nix-action@V27
- name: Run nix flake check
run: nix flake check --print-build-logs
@@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- - uses: cachix/install-nix-action@v20
+ - uses: cachix/install-nix-action@V27
- name: Run nix build
run: nix build --print-build-logs