Skip to content

Commit

Permalink
Update actions/core for releases/v4 (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Mar 30, 2023
1 parent 8af6051 commit a20b814
Show file tree
Hide file tree
Showing 17 changed files with 6,256 additions and 4,111 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -11,13 +11,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set Node.js 12.x
uses: actions/setup-node@v3
with:
node-version: 12
- run: |
npm ci
npm run all:ci
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set Node.js 12.x
uses: actions/setup-node@v3
with:
node-version: 12
- uses: ./
id: stale
with:
Expand Down
30 changes: 10 additions & 20 deletions .licenses/npm/@actions/core.dep.yml

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

File renamed without changes.
32 changes: 32 additions & 0 deletions .licenses/npm/@actions/http-client-2.1.0.dep.yml

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

20 changes: 0 additions & 20 deletions .licenses/npm/@octokit/plugin-rest-endpoint-methods-4.1.1.dep.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .licenses/npm/@octokit/rest.dep.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .licenses/npm/@types/node.dep.yml

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

58 changes: 58 additions & 0 deletions .licenses/npm/lodash.deburr.dep.yml

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

26 changes: 26 additions & 0 deletions .licenses/npm/lru-cache.dep.yml

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

6 changes: 5 additions & 1 deletion .licenses/npm/node-fetch.dep.yml

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

2 changes: 1 addition & 1 deletion .licenses/npm/semver.dep.yml

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.

26 changes: 26 additions & 0 deletions .licenses/npm/yallist.dep.yml

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

0 comments on commit a20b814

Please sign in to comment.