Skip to content

Commit

Permalink
Merge pull request #55 from DeterminateSystems/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/cachix/install-nix-action-18

build(deps): bump cachix/install-nix-action from 17 to 18
  • Loading branch information
flexiondotorg authored Jan 31, 2023
2 parents 114dde3 + 5f6870f commit 483538e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 483538e

Please sign in to comment.