CI: bump actions/cache from 3 to 4

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](https://github.com/actions/cache/compare/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>
Closes #12756
This commit is contained in:
dependabot[bot] 2024-01-22 14:36:50 +00:00 committed by Daniel Stenberg
parent c28e9478cb
commit dfe34d2559
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
4 changed files with 18 additions and 18 deletions

View file

@ -82,7 +82,7 @@ jobs:
name: 'install prereqs and impacket, pytest, crypto'
- name: cache nghttpx
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-nghttpx
env:
cache-name: cache-nghttpx
@ -126,7 +126,7 @@ jobs:
name: 'install nghttp2'
- name: cache quiche
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-quiche
env:
cache-name: cache-quiche
@ -154,7 +154,7 @@ jobs:
name: 'build quiche and boringssl'
- name: cache mod_h2
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-mod_h2
env:
cache-name: cache-mod_h2