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 | |
| parent | 8a5af0da9d8dab8a188436750489e304ac682085 (diff) | |
GHActions: Bump install-nix-action to v22
Not all workflows were updated but some were, this fixes the
inconsistency.
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/debug.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/update-manual.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed66317..1cb2426 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,6 @@ jobs: runs-on: macos-12 steps: - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v20 + - uses: cachix/install-nix-action@v22 - run: | nix build ${{ github.event.client_payload.args }} -vL diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index 3abe115..7535f71 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -13,7 +13,7 @@ jobs: runs-on: macos-12 steps: - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v20 + - uses: cachix/install-nix-action@v22 - run: | nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs nix-channel --update 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 }} |
