Skip to content

Commit a20b814

Browse files
Update actions/core for releases/v4 (#957)
1 parent 8af6051 commit a20b814

17 files changed

+6256
-4111
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,21 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14+
- name: Set Node.js 12.x
15+
uses: actions/setup-node@v3
16+
with:
17+
node-version: 12
1418
- run: |
1519
npm ci
1620
npm run all:ci
1721
test: # make sure the action works on a clean machine without building
1822
runs-on: ubuntu-latest
1923
steps:
2024
- uses: actions/checkout@v2
25+
- name: Set Node.js 12.x
26+
uses: actions/setup-node@v3
27+
with:
28+
node-version: 12
2129
- uses: ./
2230
id: stale
2331
with:

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

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

.licenses/npm/@actions/http-client-2.1.0.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/@octokit/plugin-rest-endpoint-methods-4.1.1.dep.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.licenses/npm/@octokit/rest.dep.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.licenses/npm/@types/node.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/lodash.deburr.dep.yml

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

.licenses/npm/lru-cache.dep.yml

Lines changed: 26 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)