aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-10-14 16:26:50 -0700
committerGitHub <noreply@github.com>2024-10-14 16:26:50 -0700
commit5c29057e9ac8af4cb94edd0819057e2b2dd34557 (patch)
tree3771ab0aff1805c5d347a781c2af7753e64d17d6 /.github
parentchore(deps): bump clap_complete_nushell from 4.5.2 to 4.5.4 (#2420) (diff)
downloadatuin-5c29057e9ac8af4cb94edd0819057e2b2dd34557.zip
chore(deps): bump cachix/install-nix-action from V27 to 30 (#2411)
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from V27 to 30. This release includes the previously tagged commit. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/V27...v30) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-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 0c8285eb..2c4c3252 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@V27
+ - uses: cachix/install-nix-action@v30
- 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@V27
+ - uses: cachix/install-nix-action@v30
- name: Run nix build
run: nix build --print-build-logs