Skip to content

Commit

Permalink
Update actions/core dependencies for releases/v2 (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Mar 27, 2023
1 parent 1f8c6b9 commit 7c12f80
Show file tree
Hide file tree
Showing 14 changed files with 5,010 additions and 1,757 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-cache.yml
Expand Up @@ -75,7 +75,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12, 14, 16]
node-version: [14, 16]
steps:
- uses: actions/checkout@v2
- name: Yarn version
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/proxy.yml
Expand Up @@ -14,14 +14,12 @@ on:
jobs:
test-proxy:
runs-on: ubuntu-latest
strategy:
fail-fast: false
container:
image: ubuntu:latest
options: --dns 127.0.0.1
services:
squid-proxy:
image: datadog/squid:latest
image: ubuntu/squid:latest
ports:
- 3128:3128
env:
Expand Down
30 changes: 0 additions & 30 deletions .licenses/npm/@actions/core-1.2.4.dep.yml

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
20 changes: 20 additions & 0 deletions .licenses/npm/@actions/io-1.1.2.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 10 additions & 20 deletions .licenses/npm/@actions/tool-cache.dep.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 0 additions & 39 deletions .licenses/npm/uuid-3.3.2.dep.yml

This file was deleted.

1 change: 1 addition & 0 deletions __tests__/installer.test.ts
Expand Up @@ -368,6 +368,7 @@ describe('setup-node', () => {
inputs['node-version'] = version;
inputs['architecture'] = arch;
inputs['always-auth'] = false;
inputs['cache'] = '';
inputs['token'] = 'faketoken';

let expectedUrl =
Expand Down

0 comments on commit 7c12f80

Please sign in to comment.