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 }}