Skip to content

Commit b4b75a2

Browse files
v3 - upgrade @actions/cache (#579)
* Upgrade-actions/cache for v3 * Upgrade actions/upload-artifact from v3 to v4 * audit fix * Replaced macos-latest with macos-13 * fix check failures
1 parent 6edd440 commit b4b75a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+139192
-103497
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
id: diff
4646

4747
# If index.js was different than expected, upload the expected version as an artifact
48-
- uses: actions/upload-artifact@v3
48+
- uses: actions/upload-artifact@v4
4949
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
5050
with:
5151
name: dist

.github/workflows/versions.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
strategy:
107107
fail-fast: false
108108
matrix:
109-
os: [ubuntu-latest, windows-latest, macos-latest]
109+
os: [ubuntu-latest, windows-latest, macos-13]
110110
steps:
111111
- uses: actions/checkout@v3
112112
- name: Setup Go and check latest
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
os: [macos-latest, windows-latest, ubuntu-latest]
142+
os: [macos-13, windows-latest, ubuntu-latest]
143143
go: [1.12.16, 1.13.11, 1.14.3]
144144
steps:
145145
- name: Checkout
@@ -160,8 +160,11 @@ jobs:
160160
strategy:
161161
fail-fast: false
162162
matrix:
163-
os: [macos-latest, windows-latest, ubuntu-latest]
164-
go: [1.9, 1.8.6]
163+
os: [macos-13, windows-latest, ubuntu-latest]
164+
go: [1.11.12, 1.8.6]
165+
exclude:
166+
- os: macos-13
167+
go: 1.8.6
165168
steps:
166169
- name: Checkout
167170
uses: actions/checkout@v3

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@azure/abort-controller.dep.yml renamed to .licenses/npm/@azure/abort-controller-1.1.0.dep.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@azure/core-asynciterator-polyfill.dep.yml renamed to .licenses/npm/@azure/abort-controller-2.1.2.dep.yml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@azure/core-auth.dep.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@azure/core-client.dep.yml

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@azure/core-http-compat.dep.yml

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)