From 7736bcb136cdcb2ef66fbb109a47dbec570f1265 Mon Sep 17 00:00:00 2001 From: xeals Date: Tue, 14 Nov 2023 21:23:49 +1100 Subject: [PATCH] ci: downgrade checkout to v3 v4 is not mirrored by Gitea --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 441d1bb..f043610 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - 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 - name: Check ${{ matrix.check }} # Depends on nixos/nix#7759 to simply `nix flake check` @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: https://gitea.com/actions/checkout@v4 + uses: https://gitea.com/actions/checkout@v3 - name: Install nix uses: https://github.com/cachix/install-nix-action@v23 - name: Show nixpkgs version