Skip to content

Commit

Permalink
Bump github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Mar 15, 2024
1 parent 7c8af53 commit c133ccf
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build-sync-npm-git-dependencies-with-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,21 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v25
with:
install_url: https://releases.nixos.org/nix/nix-2.12.0/install
extra_nix_config: |
experimental-features = flakes nix-command
nix_path: nixpkgs=channel:nixos-unstable

- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v14
with:
name: holochain-ci

- uses: cachix/cachix-action@v14
with:
name: holochain-open-dev

- name: Build zomes
env:
CACHIX_AUTH_TOKEN: "${{ secrets.CACHIX_TOKEN_HOLOCHAIN_OPEN_DEV }}"
Expand Down

0 comments on commit c133ccf

Please sign in to comment.