Skip to content

Commit

Permalink
.github/workflows/ci: update uses
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Feb 26, 2024
1 parent 2a1f203 commit 974f262
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
outputs:
matrix: ${{ steps.eval-jobs.outputs.matrix }}
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- name: Evaluate hydraJobs
id: eval-jobs
run: |
Expand Down Expand Up @@ -70,9 +70,9 @@ jobs:
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: DeterminateSystems/magic-nix-cache-action@v3
- name: Build ${{ matrix.check }}
run: |
nix build \
Expand Down

0 comments on commit 974f262

Please sign in to comment.