From 7cbd072a1c92fa604094e6ea997697a333198dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 20:51:47 +0100 Subject: [PATCH] chore(deps): bump cachix/install-nix-action from 24 to 25 (#46) 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/v24...v25) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index e3a3af5..df59056 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@v24 + uses: cachix/install-nix-action@v25 with: extra_nix_config: | experimental-features = nix-command flakes diff --git a/action.yml b/action.yml index 33dd15a..e0fa468 100644 --- a/action.yml +++ b/action.yml @@ -29,7 +29,7 @@ inputs: runs: using: "composite" steps: - - uses: cachix/install-nix-action@v24 + - uses: cachix/install-nix-action@v25 - run: | nix profile install --accept-flake-config "${{ github.action_path }}#lua-typecheck-action" shell: bash