v4 - upgrade @actions/cache (#578)

* Upgrade-actions/cache for v4

* audit fix

* Replaced macos-latest with macos-13
This commit is contained in:
Priya Gupta 2025-04-14 08:41:47 +05:30 committed by GitHub
parent 93397bea11
commit cd53bc84d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 63075 additions and 2414 deletions

View file

@ -1,6 +1,6 @@
---
name: "@actions/cache"
version: 3.2.1
version: 4.0.3
type: npm
summary: Actions cache lib
homepage: https://github.com/actions/toolkit/tree/main/packages/cache

View file

@ -1,6 +1,6 @@
---
name: "@actions/core"
version: 1.10.0
version: 1.11.1
type: npm
summary: Actions core lib
homepage: https://github.com/actions/toolkit/tree/main/packages/core

View file

@ -1,6 +1,6 @@
---
name: "@actions/http-client"
version: 2.0.1
version: 2.2.3
type: npm
summary: Actions Http Client
homepage: https://github.com/actions/toolkit/tree/main/packages/http-client