1
1
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-10-05 17:07:29 +03:00

GHActions: Bump install-nix-action to v22

Not all workflows were updated but some were, this fixes the
inconsistency.
This commit is contained in:
toonn 2023-06-18 20:00:49 +02:00
parent 8a5af0da9d
commit cd87d92320
No known key found for this signature in database
GPG Key ID: FE4CE9E311FD9A47
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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 }}