From eeb2cbfc079248a796555a401030d6fe46961c24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 19:59:11 +0000 Subject: [PATCH] chore(deps): bump cachix/install-nix-action from 23 to 24 Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v23...v24) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 aca79b9..e3a3af5 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@v23 + uses: cachix/install-nix-action@v24 with: extra_nix_config: | experimental-features = nix-command flakes diff --git a/action.yml b/action.yml index 678a6e6..33dd15a 100644 --- a/action.yml +++ b/action.yml @@ -29,7 +29,7 @@ inputs: runs: using: "composite" steps: - - uses: cachix/install-nix-action@v23 + - uses: cachix/install-nix-action@v24 - run: | nix profile install --accept-flake-config "${{ github.action_path }}#lua-typecheck-action" shell: bash