[fix] ci: update actions #20
1 changed files with 6 additions and 6 deletions
12
.github/workflows/check.yml
vendored
12
.github/workflows/check.yml
vendored
|
@ -14,8 +14,8 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@v10
|
- uses: DeterminateSystems/nix-installer-action@v12
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@v4
|
- uses: DeterminateSystems/magic-nix-cache-action@v7
|
||||||
- name: Run `nix flake check`
|
- name: Run `nix flake check`
|
||||||
run: |
|
run: |
|
||||||
nix flake check
|
nix flake check
|
||||||
|
@ -26,8 +26,8 @@ jobs:
|
||||||
if: ${{ github.event_name == 'schedule' }} # only run when scheduled
|
if: ${{ github.event_name == 'schedule' }} # only run when scheduled
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@v10
|
- uses: DeterminateSystems/nix-installer-action@v12
|
||||||
- uses: DeterminateSystems/update-flake-lock@v21
|
- uses: DeterminateSystems/update-flake-lock@v23
|
||||||
- name: Run `nix flake check`
|
- name: Run `nix flake check`
|
||||||
run: nix flake check
|
run: nix flake check
|
||||||
build-documentation:
|
build-documentation:
|
||||||
|
@ -35,8 +35,8 @@ jobs:
|
||||||
if: ${{ github.event_name != 'schedule' }} # only run when not scheduled
|
if: ${{ github.event_name != 'schedule' }} # only run when not scheduled
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@v10
|
- uses: DeterminateSystems/nix-installer-action@v12
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@v4
|
- uses: DeterminateSystems/magic-nix-cache-action@v7
|
||||||
- name: Build documentation
|
- name: Build documentation
|
||||||
run: nix build .#docs --print-build-logs
|
run: nix build .#docs --print-build-logs
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|
Loading…
Reference in a new issue