Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

update action versions #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository and submodules
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
submodules: recursive

- name: Install nix 2.3.6
uses: cachix/install-nix-action@v13
uses: cachix/install-nix-action@v19
with:
install_url: https://releases.nixos.org/nix/nix-2.3.6/install
nix_path: nixpkgs=channel:nixos-unstable

- name: Use maker and dapp cachix
uses: cachix/cachix-action@v10
uses: cachix/cachix-action@v12
with:
name: maker
extraPullNames: dapp
Expand Down