Skip to content

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Feb 27, 2024
1 parent 79064cd commit aa497ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ jobs:
uses: actions/checkout@v4

- name: Install nix
uses: cachix/install-nix-action@v23
uses: cachix/install-nix-action@v25
with:
install_url: https://releases.nixos.org/nix/nix-2.17.0/install

- name: Set up cachix
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v14
with:
name: holochain-ci

- name: Cache test zome build
uses: actions/cache@v3
uses: actions/cache@v4
if: always()
env:
cache-name: test-zome
Expand Down

0 comments on commit aa497ab

Please sign in to comment.