fix(ci): Update actions
This commit is contained in:
parent
b49e02f174
commit
b7ac9c9c55
2 changed files with 5 additions and 5 deletions
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
|
@ -13,9 +13,9 @@ jobs:
|
|||
check:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@v9
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v2
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v3
|
||||
- name: Run `nix flake check`
|
||||
run: nix flake check
|
||||
lockfile:
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
if: ${{ github.event_name == 'schedule' }} # only run when scheduled
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@v9
|
||||
- uses: DeterminateSystems/update-flake-lock@v20
|
||||
- name: Run `nix flake check`
|
||||
|
|
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -9,9 +9,9 @@ jobs:
|
|||
build-website:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@v9
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v2
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v3
|
||||
- name: Build documentation
|
||||
run: nix build .#docs --print-build-logs
|
||||
- name: Upload artifact
|
||||
|
|
Loading…
Reference in a new issue