mirror of
https://github.com/curl/curl.git
synced 2026-08-24 14:03:35 +03:00
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:
parent
c28e9478cb
commit
dfe34d2559
4 changed files with 18 additions and 18 deletions
4
.github/workflows/awslc.yml
vendored
4
.github/workflows/awslc.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue