Skip to content

Commit

Permalink
fix(): pin @actions/core ^1.6.0
Browse files Browse the repository at this point in the history
| datasource | package       | from  | to    |
| ---------- | ------------- | ----- | ----- |
| npm        | @actions/core | 1.2.7 | 1.6.0 |
  • Loading branch information
renovate-bot committed Sep 28, 2021
1 parent 028537a commit 49eb81a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 12 deletions.
11 changes: 6 additions & 5 deletions .pnp.js

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

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -23,7 +23,7 @@
"author": "MindDoc Health GmbH",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.7",
"@actions/core": "^1.6.0",
"@actions/github": "^4.0.0",
"@octokit/core": "^3.4.0",
"@octokit/plugin-paginate-rest": "^2.13.3",
Expand Down
14 changes: 8 additions & 6 deletions yarn.lock
Expand Up @@ -5,10 +5,12 @@ __metadata:
version: 4
cacheKey: 7

"@actions/core@npm:^1.2.7":
version: 1.2.7
resolution: "@actions/core@npm:1.2.7"
checksum: ea8aa7e54523f26e51b056e2b5b830d24a26a972e5aa80cf4c9ea2ad8785e4f67cf316a0514cec0a71bd6d1267c415b85143774a13690988532071b395bcb4a3
"@actions/core@npm:^1.6.0":
version: 1.6.0
resolution: "@actions/core@npm:1.6.0"
dependencies:
"@actions/http-client": ^1.0.11
checksum: 71533cc514e4a158cea7c855610a44376814cc1b897f600aaf97636fc1bf49956bd4f7ef8f1cd04beefe8baa5d001aea40aadafbcbc6b36a62840bc25082e4c4
languageName: node
linkType: hard

Expand All @@ -24,7 +26,7 @@ __metadata:
languageName: node
linkType: hard

"@actions/http-client@npm:^1.0.8":
"@actions/http-client@npm:^1.0.11, @actions/http-client@npm:^1.0.8":
version: 1.0.11
resolution: "@actions/http-client@npm:1.0.11"
dependencies:
Expand Down Expand Up @@ -6109,7 +6111,7 @@ fsevents@^2.3.2:
version: 0.0.0-use.local
resolution: "mou-release-action@workspace:."
dependencies:
"@actions/core": ^1.2.7
"@actions/core": ^1.6.0
"@actions/github": ^4.0.0
"@octokit/core": ^3.4.0
"@octokit/plugin-paginate-rest": ^2.13.3
Expand Down

0 comments on commit 49eb81a

Please sign in to comment.