Skip to content

Commit

Permalink
.github: update nix
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el committed Aug 14, 2024
1 parent 9b3a8d9 commit b0746d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: ⚡ Restore cache
uses: actions/cache/restore@v3
Expand Down Expand Up @@ -52,10 +52,10 @@ jobs:
uses: actions/checkout@v3

- name: Install nix
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v27

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

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:

steps:
- name: Fetch source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install nix
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v27

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

Expand Down

0 comments on commit b0746d8

Please sign in to comment.