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

@ -60,7 +60,7 @@ jobs:
name: 'install prereqs and impacket'
- name: cache awslc
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-awslc
env:
cache-name: cache-awslc
@ -119,7 +119,7 @@ jobs:
name: 'install prereqs and impacket'
- name: cache awslc
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-awslc
env:
cache-name: cache-awslc