From 8e11c89b6ed2cefa5c40f4bf829bc168cdf14dc0 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sun, 30 Jun 2024 12:07:46 -0500 Subject: [PATCH] update build action --- .github/workflows/build_application.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_application.yml b/.github/workflows/build_application.yml index 87149211..c9aa6779 100644 --- a/.github/workflows/build_application.yml +++ b/.github/workflows/build_application.yml @@ -9,7 +9,6 @@ on: - Data/** - SharedLibraryCore/** - Plugins/** - - .github/workflows/build_application.yml pull_request: branches: [ develop ] paths: @@ -35,7 +34,7 @@ jobs: - name: Restore cache id: cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: cache_dir key: revision-number @@ -72,7 +71,7 @@ jobs: echo "revision_number=$rev_number" >> $GITHUB_OUTPUT - name: Save cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: cache_dir key: revision-number