Bump cachix/install-nix-action from 22 to 23 (#23)

Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v22...v23)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-11 09:07:16 +01:00
committed by GitHub
parent 4b3f3f886b
commit b07f725d3d

View File

@@ -13,7 +13,7 @@ jobs:
- name: "Checkout" - name: "Checkout"
uses: "actions/checkout@v3" uses: "actions/checkout@v3"
- name: "Install Nix" - name: "Install Nix"
uses: "cachix/install-nix-action@v22" uses: "cachix/install-nix-action@v23"
with: { "extra_nix_config": "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" } with: { "extra_nix_config": "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" }
- name: "Run Shellcheck" - name: "Run Shellcheck"
run: "nix develop --command bash -c \"find . -type f -name '*.sh' | xargs shellcheck\"" run: "nix develop --command bash -c \"find . -type f -name '*.sh' | xargs shellcheck\""
@@ -24,7 +24,7 @@ jobs:
- name: "Checkout" - name: "Checkout"
uses: "actions/checkout@v3" uses: "actions/checkout@v3"
- name: "Install Nix" - name: "Install Nix"
uses: "cachix/install-nix-action@v22" uses: "cachix/install-nix-action@v23"
with: { "extra_nix_config": "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" } with: { "extra_nix_config": "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" }
- name: "Run Alejandra" - name: "Run Alejandra"
run: "nix develop --command alejandra --check ." run: "nix develop --command alejandra --check ."
@@ -35,7 +35,7 @@ jobs:
- name: "Checkout" - name: "Checkout"
uses: "actions/checkout@v3" uses: "actions/checkout@v3"
- name: "Install Nix" - name: "Install Nix"
uses: "cachix/install-nix-action@v22" uses: "cachix/install-nix-action@v23"
with: { "extra_nix_config": "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" } with: { "extra_nix_config": "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" }
- name: "Check flake" - name: "Check flake"
run: "nix flake check --all-systems" run: "nix flake check --all-systems"