From 9e16a1d1409103957dc0924c97e88ba42e3ad69e Mon Sep 17 00:00:00 2001 From: Minimata Date: Thu, 19 Jun 2025 09:07:00 +0200 Subject: [PATCH] ci: updating workflow with latest LFS options --- .gitea/workflows/push-on-main.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/push-on-main.yaml b/.gitea/workflows/push-on-main.yaml index 6edd934..4b74c78 100644 --- a/.gitea/workflows/push-on-main.yaml +++ b/.gitea/workflows/push-on-main.yaml @@ -42,13 +42,13 @@ jobs: - standalone steps: - - name: Checkout - uses: actions/checkout@v4 + - name: Checkout with LFS + uses: https://git.game-dev.space/minimata/checkout-lfs.git@main with: - lfs: true + checkout-version: 4 # Cache - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: Library key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }} @@ -99,13 +99,13 @@ jobs: - StandaloneWindows # Build a Windows 64-bit standalone. steps: - - name: Checkout - uses: actions/checkout@v4 + - name: Checkout with LFS + uses: https://git.game-dev.space/minimata/checkout-lfs.git@main with: - lfs: true - + checkout-version: 4 + # Cache - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: Library key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}