From 19e85b86c9698c64daa408f6f97612b22ef2b7eb Mon Sep 17 00:00:00 2001 From: Georg Hagen Date: Wed, 20 Aug 2025 12:12:12 +0200 Subject: [PATCH] Downgrade to v4 actions --- .gitea/workflows/build_pc.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build_pc.yml b/.gitea/workflows/build_pc.yml index 143b8c5..35c4681 100644 --- a/.gitea/workflows/build_pc.yml +++ b/.gitea/workflows/build_pc.yml @@ -20,12 +20,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v4 with: submodules: true lfs: true # - name: Get cmake checks from cache -# uses: actions/cache@v5 +# uses: actions/cache@v4 # id: cache # with: # path: | @@ -82,11 +82,11 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v4 with: submodules: true - name: Action Cache - uses: actions/cache@v5 + uses: actions/cache@v4 id: cache with: path: |