mirror of https://github.com/PCSX2/pcsx2.git
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] <support@github.com>
This commit is contained in:
parent
5ff98258df
commit
99487d0e2b
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue