ci: update checkout actions
Some checks failed
/ check (push) Failing after 2s
Some checks failed
/ check (push) Failing after 2s
This commit is contained in:
parent
bb1f59d114
commit
bc6a349416
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ jobs:
|
|||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: install nix action
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
|
||||
with:
|
||||
|
|
|
@ -3,9 +3,9 @@ jobs:
|
|||
check:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: install nix action
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
|
||||
with:
|
||||
github-token: ${{ secrets.GH_TOKEN }}
|
||||
- run: nix run nixpkgs#alejandra -- -c .
|
||||
- run: nix run nixpkgs#alejandra -- -c .
|
||||
|
|
Loading…
Reference in a new issue