diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 50869226..45e36dfb 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -21,7 +21,7 @@ jobs: with: # Our ./sync.sh script needs the whole history fetch-depth: 0 - - uses: cachix/install-nix-action@v30 + - uses: cachix/install-nix-action@v31 - name: configure git run: | git config user.name github-actions