From a83c84931c88ddedc6f90a55d7bc366a40ac7928 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 07:52:38 +0000 Subject: [PATCH] Bump the github-actions group with 1 update Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/xmake.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5328034..6d89528 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: # Cache xmake dependencies - name: Retrieve cached xmake dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.XMAKE_GLOBALDIR }}\.xmake\packages key: xmake-${{ steps.dep_hash.outputs.hash }}-W${{ steps.cache_key.outputs.key }} diff --git a/.github/workflows/xmake.yml b/.github/workflows/xmake.yml index bd18abd..251ae32 100644 --- a/.github/workflows/xmake.yml +++ b/.github/workflows/xmake.yml @@ -46,7 +46,7 @@ jobs: # Cache xmake dependencies - name: Retrieve cached xmake dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.XMAKE_GLOBALDIR }}\.xmake\packages key: xmake-${{ steps.dep_hash.outputs.hash }}-W${{ steps.cache_key.outputs.key }}