mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
Bump actions/cache from 5.0.1 to 5.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](9255dc7a25...8b402f58fb)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: 5.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b4a62a1ca9
commit
ed116239c7
Notes:
git
2026-01-19 02:34:58 +00:00
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
||||
|
||||
- name: Restore vcpkg artifact
|
||||
id: restore-vcpkg
|
||||
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
||||
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
with:
|
||||
path: src\vcpkg_installed
|
||||
key: windows-${{ matrix.os }}-vcpkg-${{ hashFiles('src/vcpkg.json') }}
|
||||
@ -100,7 +100,7 @@ jobs:
|
||||
if: ${{ ! steps.restore-vcpkg.outputs.cache-hit }}
|
||||
|
||||
- name: Save vcpkg artifact
|
||||
uses: actions/cache/save@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
|
||||
uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
|
||||
with:
|
||||
path: src\vcpkg_installed
|
||||
key: windows-${{ matrix.os }}-vcpkg-${{ hashFiles('src/vcpkg.json') }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user