Skip to content

Commit

Permalink
Bump install-nix-action to v20
Browse files Browse the repository at this point in the history
v19 became broken due to some further upstream upgrade
cachix/install-nix-action#161
  • Loading branch information
ch1bo committed Mar 1, 2023
1 parent 5a276a7 commit 0cccaa4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fetch-depth: 0

- name: ❄ Prepare nix
uses: cachix/install-nix-action@v19
uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
accept-flake-config = true
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
fetch-depth: 0

- name: ❄ Prepare nix
uses: cachix/install-nix-action@v19
uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
accept-flake-config = true
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
token: ${{ secrets.MY_TOKEN || github.token }}

- name: ❄ Prepare nix
uses: cachix/install-nix-action@v19
uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: ❄ Prepare nix
uses: cachix/install-nix-action@v19
uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
accept-flake-config = true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
submodules: true

- name: ❄ Prepare nix
uses: cachix/install-nix-action@v19
uses: cachix/install-nix-action@v20
with:
extra_nix_config: |
accept-flake-config = true
Expand Down

0 comments on commit 0cccaa4

Please sign in to comment.