diff options
| author | toonn <toonn@toonn.io> | 2023-06-18 20:00:49 +0200 |
|---|---|---|
| committer | toonn <toonn@toonn.io> | 2023-06-18 20:03:45 +0200 |
| commit | cd87d92320bb32f250aefb2bc039c43bb3ffb7e2 (patch) | |
| tree | d8506602b1d6411719fe06023d51a60c5806d442 /.github/workflows/update-manual.yml | |
| parent | 8a5af0da9d8dab8a188436750489e304ac682085 (diff) | |
GHActions: Bump install-nix-action to v22
Not all workflows were updated but some were, this fixes the
inconsistency.
Diffstat (limited to '.github/workflows/update-manual.yml')
| -rw-r--r-- | .github/workflows/update-manual.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-manual.yml b/.github/workflows/update-manual.yml index b659064..7ba43e8 100644 --- a/.github/workflows/update-manual.yml +++ b/.github/workflows/update-manual.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Install Nix - uses: cachix/install-nix-action@v20 + uses: cachix/install-nix-action@v22 with: extra_nix_config: | access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} |
