Skip to content

Commit cd53bc8

Browse files
v4 - upgrade @actions/cache (#578)
* Upgrade-actions/cache for v4 * audit fix * Replaced macos-latest with macos-13
1 parent 93397be commit cd53bc8

16 files changed

+78861
-18200
lines changed

.github/workflows/versions.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
strategy:
108108
fail-fast: false
109109
matrix:
110-
os: [ubuntu-latest, windows-latest, macos-latest]
110+
os: [ubuntu-latest, windows-latest, macos-13]
111111
steps:
112112
- uses: actions/checkout@v3
113113
- name: Setup Go and check latest
@@ -140,7 +140,7 @@ jobs:
140140
strategy:
141141
fail-fast: false
142142
matrix:
143-
os: [macos-latest, windows-latest, ubuntu-latest]
143+
os: [macos-13, windows-latest, ubuntu-latest]
144144
go: [1.12.16, 1.13.11, 1.14.3]
145145
steps:
146146
- name: Checkout
@@ -161,8 +161,11 @@ jobs:
161161
strategy:
162162
fail-fast: false
163163
matrix:
164-
os: [macos-latest, windows-latest, ubuntu-latest]
165-
go: [1.9, 1.8.6]
164+
os: [macos-13, windows-latest, ubuntu-latest]
165+
go: [1.11.12, 1.8.6]
166+
exclude:
167+
- os: macos-13
168+
go: 1.8.6
166169
steps:
167170
- name: Checkout
168171
uses: actions/checkout@v3

.licenses/npm/@actions/cache.dep.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/core.dep.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/http-client-2.0.1.dep.yml renamed to .licenses/npm/@actions/http-client-2.2.3.dep.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@fastify/busboy.dep.yml

+30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@protobuf-ts/plugin-framework.dep.yml

+185
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)