From 4b3f3f886ba56d080f27dc50b5b789d414ebb1dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 08:40:18 +0100 Subject: [PATCH] Bump cachix/install-nix-action from 17 to 22 (#21) Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 22. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v17...v22) --- 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/lint.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 137cfea..5e0501a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -13,7 +13,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@v3" - name: "Install Nix" - uses: "cachix/install-nix-action@v17" + uses: "cachix/install-nix-action@v22" with: { "extra_nix_config": "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" } - name: "Run Shellcheck" run: "nix develop --command bash -c \"find . -type f -name '*.sh' | xargs shellcheck\"" @@ -24,7 +24,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@v3" - name: "Install Nix" - uses: "cachix/install-nix-action@v17" + uses: "cachix/install-nix-action@v22" with: { "extra_nix_config": "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" } - name: "Run Alejandra" run: "nix develop --command alejandra --check ." @@ -35,7 +35,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@v3" - name: "Install Nix" - uses: "cachix/install-nix-action@v17" + uses: "cachix/install-nix-action@v22" with: { "extra_nix_config": "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" } - name: "Check flake" run: "nix flake check --all-systems"