diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2dffe7..5385b1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,6 @@ jobs: with: fetch-depth: 0 - name: Install Nix - uses: cachix/install-nix-action@v16 + uses: cachix/install-nix-action@v17 - name: Shellcheck run: nix-shell --run 'shellcheck $(find . -type f -name "*.sh" -executable)' diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 57ea0a8..6960d25 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3 - name: Install Nix - uses: cachix/install-nix-action@v16 + uses: cachix/install-nix-action@v17 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}