Skip to content

Commit

Permalink
fixup! bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Feb 14, 2024
1 parent b00683d commit eb9a028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
# Fetch the whole history for all tags and branches (required for aleph.__version__)
fetch-depth: 0

- name: Set up Nix
uses: cachix/install-nix-action@v13
uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-23.11

Expand Down

0 comments on commit eb9a028

Please sign in to comment.