From 0c52008867189cec3f33de64f63c56068f03de1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 13:02:00 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 (#89) --- .github/workflows/linux-build.yml | 4 ++-- .github/workflows/windows-build.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 1aa8483..7249e6d 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -122,7 +122,7 @@ jobs: # Cache OBS Studio - name: Retrieve OBS Studio cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: obs-cache with: path: ${{ github.workspace }}/obs-studio @@ -184,7 +184,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: Linux-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-W${{ steps.pkg_key.outputs.key }} diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 084f612..ec96967 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -64,7 +64,7 @@ jobs: # Cache OBS Studio - name: Retrieve OBS Studio cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: obs-cache with: path: ${{ github.workspace }}/obs-studio @@ -133,7 +133,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: MSVC-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-W${{ steps.pkg_key.outputs.key }}