1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00: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 runs-on: macos-12
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20 - uses: cachix/install-nix-action@v22
- run: | - run: |
nix build ${{ github.event.client_payload.args }} -vL nix build ${{ github.event.client_payload.args }} -vL

View file

@ -13,7 +13,7 @@ jobs:
runs-on: macos-12 runs-on: macos-12
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20 - uses: cachix/install-nix-action@v22
- run: | - run: |
nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs nix-channel --add https://nixos.org/channels/nixpkgs-unstable nixpkgs
nix-channel --update nix-channel --update

View file

@ -17,7 +17,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Install Nix - name: Install Nix
uses: cachix/install-nix-action@v20 uses: cachix/install-nix-action@v22
with: with:
extra_nix_config: | extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}