Skip to content

Commit 99c632b

Browse files
Bump actions/cache from 3 to 4 (#1510)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84bf90c commit 99c632b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-tests.yml

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

5050
- name: Cache build artifacts for subsequent builds
5151
id: cache-build-artifacts
52-
uses: actions/cache/save@v3
52+
uses: actions/cache/save@v4
5353
with:
5454
key: ${{ github.sha }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.arch }}
5555
path: |
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: Restore cached build artifacts
110110
id: cache-build-artifacts
111-
uses: actions/cache/restore@v3
111+
uses: actions/cache/restore@v4
112112
with:
113113
fail-on-cache-miss: true
114114
key: ${{ github.sha }}-${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.arch }}

0 commit comments

Comments
 (0)