From 99487d0e2bf375205dbca0f2426641f5a96a0dda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 04:02:46 +0000 Subject: [PATCH] Bump mikehardy/buildcache-action from 1.2.2 to 1.3.0 Bumps [mikehardy/buildcache-action](https://github.com/mikehardy/buildcache-action) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/mikehardy/buildcache-action/releases) - [Changelog](https://github.com/mikehardy/buildcache-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/mikehardy/buildcache-action/compare/v1.2.2...v1.3.0) --- updated-dependencies: - dependency-name: mikehardy/buildcache-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/windows_build_wx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_build_wx.yml b/.github/workflows/windows_build_wx.yml index 6152d2855b..40dae457d8 100644 --- a/.github/workflows/windows_build_wx.yml +++ b/.github/workflows/windows_build_wx.yml @@ -63,7 +63,7 @@ jobs: - name: Setup Buildcache if: inputs.configuration == 'CMake' # TODO: buildcache on VS - uses: mikehardy/buildcache-action@v1.2.2 + uses: mikehardy/buildcache-action@v1.3.0 with: cache_key: ${{ inputs.os }} ${{ inputs.platform }} ${{ inputs.configuration }}