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