Skip to content

Commit

Permalink
Update nix-action to v22 (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
psisoyev authored Nov 10, 2023
1 parent ffaeeff commit 8534267
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: coursier/cache-action@v4.1

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v22

- name: "Run with ${{ matrix.java }} 🚀"
run: nix-shell --argstr java "${{ matrix.java }}" --run "SBT_OPTS='--add-opens java.base/java.lang=ALL-UNNAMED' sbt + 'it:test;test;makeSite;doc'"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
fetch-depth: 0 # fetch all branches & tags

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v22

- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v10
uses: cachix/cachix-action@v12
with:
name: neutron
signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0 # fetch all branches & tags

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v12
uses: cachix/install-nix-action@v22

- name: "Install Cachix ❄️"
uses: cachix/cachix-action@v12
Expand Down

0 comments on commit 8534267

Please sign in to comment.