Merge pull request #55 from DeterminateSystems/dependabot/github_actions/cachix/install-nix-action-18

build(deps): bump cachix/install-nix-action from 17 to 18
This commit is contained in:
Martin Wimpress 2023-01-31 14:55:19 +00:00 committed by GitHub
commit 483538ef54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,6 @@ jobs:
with:
fetch-depth: 0
- name: Install Nix
uses: cachix/install-nix-action@v17
uses: cachix/install-nix-action@v18
- name: Shellcheck
run: nix-shell --run 'shellcheck $(find . -type f -name "*.sh" -executable)'

View File

@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v17
uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}