Skip to content

Commit

Permalink
Newer action.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Mar 2, 2023
1 parent 2f1e878 commit 9ae43e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v20

- uses: cachix/cachix-action@v12
with:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v20

- uses: actions/cache@v3
name: Cache ~/.cabal/packages, ~/.cabal/store and dist-newstyle
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
sudo apt-get install -y python3-jsonschema
- name: Install Nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v20

- uses: actions/download-artifact@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v20

- name: Prepare metadata
id: metadata
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v20

- uses: cachix/cachix-action@v12
with:
Expand Down

0 comments on commit 9ae43e2

Please sign in to comment.