From 0514ccf30343ed90abd71d5b31e4a7b2d07181ca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Dec 2025 12:12:29 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/Compile.yml | 2 +- .github/workflows/Publish Release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Compile.yml b/.github/workflows/Compile.yml index 40b074f..1b52ee5 100644 --- a/.github/workflows/Compile.yml +++ b/.github/workflows/Compile.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v6 - name: Cache packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .nuke/temp diff --git a/.github/workflows/Publish Release.yml b/.github/workflows/Publish Release.yml index f737fb9..127ef94 100644 --- a/.github/workflows/Publish Release.yml +++ b/.github/workflows/Publish Release.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - name: Cache packages - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .nuke/temp