Skip to content

Commit c06c124

Browse files
dependabot[bot]patrick-stephens
authored andcommitted
workflows: bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a501b2 commit c06c124

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

138138
- name: Restore cached packages of vcpkg
139139
id: cache-vcpkg-sources
140-
uses: actions/cache/restore@v4
140+
uses: actions/cache/restore@v5
141141
with:
142142
path: |
143143
C:\vcpkg\installed
@@ -163,7 +163,7 @@ jobs:
163163

164164
- name: Save packages of vcpkg
165165
id: save-vcpkg-sources
166-
uses: actions/cache/save@v4
166+
uses: actions/cache/save@v5
167167
with:
168168
path: |
169169
C:\vcpkg\installed

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

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

9595
- name: Restore cached packages of vcpkg
9696
id: cache-unit-test-vcpkg-sources
97-
uses: actions/cache/restore@v4
97+
uses: actions/cache/restore@v5
9898
with:
9999
path: |
100100
C:\vcpkg\installed
@@ -120,7 +120,7 @@ jobs:
120120

121121
- name: Save packages of vcpkg
122122
id: save-vcpkg-sources
123-
uses: actions/cache/save@v4
123+
uses: actions/cache/save@v5
124124
with:
125125
path: |
126126
C:\vcpkg\installed

0 commit comments

Comments
 (0)