ci: switch back to checkoutv3
All checks were successful
/ check (push) Successful in 1m47s
All checks were successful
/ check (push) Successful in 1m47s
This commit is contained in:
parent
181c72a32d
commit
0fb831b03d
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
- name: install nix action
|
- name: install nix action
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -3,7 +3,7 @@ jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v3
|
||||||
- name: install nix action
|
- name: install nix action
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue