From f72c0b4b90958b125d32c9f1024be85cb0720eea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 21:49:40 +0200 Subject: [PATCH] chore(deps): bump cachix/install-nix-action from 29 to 30 (#100) Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 29 to 30. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v29...v30) --- 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 f0e921a..a68edda 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@v29 + uses: cachix/install-nix-action@v30 with: extra_nix_config: | experimental-features = nix-command flakes diff --git a/action.yml b/action.yml index 07c6975..f368077 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ inputs: runs: using: "composite" steps: - - uses: cachix/install-nix-action@v29 + - uses: cachix/install-nix-action@v30 - run: | nix profile install --quiet --accept-flake-config "${{ github.action_path }}#lua-typecheck-action" shell: bash