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

@ -107,7 +107,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]
steps:
- uses: actions/checkout@v3
- name: Setup Go and check latest
@ -140,7 +140,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [macos-13, windows-latest, ubuntu-latest]
go: [1.12.16, 1.13.11, 1.14.3]
steps:
- name: Checkout
@ -161,8 +161,11 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
go: [1.9, 1.8.6]
os: [macos-13, windows-latest, ubuntu-latest]
go: [1.11.12, 1.8.6]
exclude:
- os: macos-13
go: 1.8.6
steps:
- name: Checkout
uses: actions/checkout@v3