ci: downgrade checkout to v3
Some checks failed
CI / checks (nur) (push) Failing after 24s
CI / build-and-update (xeals, xeals) (push) Failing after 19s

v4 is not mirrored by Gitea
This commit is contained in:
xeals 2023-11-14 21:23:49 +11:00
parent c1563bf348
commit 7736bcb136
Signed by: xeals
SSH Key Fingerprint: SHA256:53xHRPqZPQewIgPNiVQ96gm8O4xBVzaxNj1LCSJpTf4

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: https://gitea.com/actions/checkout@v4 uses: https://gitea.com/actions/checkout@v3
- uses: https://github.com/cachix/install-nix-action@v23 - uses: https://github.com/cachix/install-nix-action@v23
- name: Check ${{ matrix.check }} - name: Check ${{ matrix.check }}
# Depends on nixos/nix#7759 to simply `nix flake check` # Depends on nixos/nix#7759 to simply `nix flake check`
@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: https://gitea.com/actions/checkout@v4 uses: https://gitea.com/actions/checkout@v3
- name: Install nix - name: Install nix
uses: https://github.com/cachix/install-nix-action@v23 uses: https://github.com/cachix/install-nix-action@v23
- name: Show nixpkgs version - name: Show nixpkgs version