# HG changeset patch # User Frazer Smith # Date 2022-05-13 06:40:09 # Node ID 18b49094814300ad835dde344fb073f78e915064 # Parent e5efa69b7c5be5e4ff8299e08ace5e7e385f9372 Update: bump actions/cache from 2 to 3 diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v2 - name: Setup cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: /emsdk/upstream/emscripten/cache key: 2.0.31-${{ runner.os }} @@ -174,7 +174,7 @@ jobs: echo "::set-output name=image::$ImageOS-$ImageVersion" - name: Enable vcpkg cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: /usr/local/share/vcpkg/installed key: ${{ steps.key.outputs.image }}-vcpkg-${{ matrix.arch }}-0 # Increase the number whenever dependencies are modified @@ -256,7 +256,7 @@ jobs: Write-Output "::set-output name=image::$env:ImageOS-$env:ImageVersion" - name: Enable vcpkg cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: vcpkg/installed key: ${{ steps.key.outputs.image }}-vcpkg-${{ matrix.arch }}-0 # Increase the number whenever dependencies are modified diff --git a/.github/workflows/preview_build.yml b/.github/workflows/preview_build.yml --- a/.github/workflows/preview_build.yml +++ b/.github/workflows/preview_build.yml @@ -41,7 +41,7 @@ jobs: git checkout -b ${name} - name: Setup cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: /emsdk/upstream/emscripten/cache key: 2.0.31-${{ runner.os }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -497,7 +497,7 @@ jobs: echo "::set-output name=image::$ImageOS-$ImageVersion" - name: Enable vcpkg cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: /usr/local/share/vcpkg/installed key: ${{ steps.key.outputs.image }}-vcpkg-release-0 # Increase the number whenever dependencies are modified @@ -700,7 +700,7 @@ jobs: Write-Output "::set-output name=image::$env:ImageOS-$env:ImageVersion" - name: Enable vcpkg cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: vcpkg/installed key: ${{ steps.key.outputs.image }}-vcpkg-${{ matrix.arch }}-0 # Increase the number whenever dependencies are modified