Skip to content

Commit 7c12f80

Browse files
Update actions/core dependencies for releases/v2 (actions#713)
1 parent 1f8c6b9 commit 7c12f80

14 files changed

+5010
-1757
lines changed

.github/workflows/e2e-cache.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
fail-fast: false
7676
matrix:
7777
os: [ubuntu-latest, windows-latest, macos-latest]
78-
node-version: [12, 14, 16]
78+
node-version: [14, 16]
7979
steps:
8080
- uses: actions/checkout@v2
8181
- name: Yarn version

.github/workflows/proxy.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@ on:
1414
jobs:
1515
test-proxy:
1616
runs-on: ubuntu-latest
17-
strategy:
18-
fail-fast: false
1917
container:
2018
image: ubuntu:latest
2119
options: --dns 127.0.0.1
2220
services:
2321
squid-proxy:
24-
image: datadog/squid:latest
22+
image: ubuntu/squid:latest
2523
ports:
2624
- 3128:3128
2725
env:

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

-30
This file was deleted.

.licenses/npm/@actions/core-1.6.0.dep.yml .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-1.0.8.dep.yml .licenses/npm/@actions/http-client-2.1.0.dep.yml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

.licenses/npm/@actions/io-1.1.2.dep.yml

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

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

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

.licenses/npm/uuid-3.3.2.dep.yml

-39
This file was deleted.

__tests__/installer.test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ describe('setup-node', () => {
368368
inputs['node-version'] = version;
369369
inputs['architecture'] = arch;
370370
inputs['always-auth'] = false;
371+
inputs['cache'] = '';
371372
inputs['token'] = 'faketoken';
372373

373374
let expectedUrl =

0 commit comments

Comments
 (0)