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

+8
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

+10-20
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

+32
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

-20
This file was deleted.

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

-35
This file was deleted.

.licenses/npm/@types/node.dep.yml

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

.licenses/npm/lodash.deburr.dep.yml

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

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

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

.licenses/npm/node-fetch.dep.yml

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

.licenses/npm/semver.dep.yml

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

.licenses/npm/@octokit/plugin-request-log.dep.yml .licenses/npm/uuid.dep.yml

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

.licenses/npm/yallist.dep.yml

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

0 commit comments

Comments
 (0)