Skip to content

Commit f317143

Browse files
dependabot[bot]patrick-stephens
authored andcommitted
workflows: bump actions/cache from 5.0.5 to 6.0.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...2c8a9bd) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f8b880 commit f317143

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/call-build-windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257

258258
- name: Restore cached packages of vcpkg
259259
id: cache-vcpkg-sources
260-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
260+
uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
261261
with:
262262
path: |
263263
C:\vcpkg\installed
@@ -283,7 +283,7 @@ jobs:
283283

284284
- name: Save packages of vcpkg
285285
id: save-vcpkg-sources
286-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
286+
uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
287287
with:
288288
path: |
289289
C:\vcpkg\installed

.github/workflows/call-windows-unit-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170

171171
- name: Restore cached packages of vcpkg
172172
id: cache-unit-test-vcpkg-sources
173-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
173+
uses: actions/cache/restore@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
174174
with:
175175
path: |
176176
C:\vcpkg\installed
@@ -196,7 +196,7 @@ jobs:
196196

197197
- name: Save packages of vcpkg
198198
id: save-vcpkg-sources
199-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
199+
uses: actions/cache/save@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
200200
with:
201201
path: |
202202
C:\vcpkg\installed

0 commit comments

Comments
 (0)