Skip to content

Commit

Permalink
fix(): pin @actions/core ^1.10.0
Browse files Browse the repository at this point in the history
| datasource | package       | from  | to     |
| ---------- | ------------- | ----- | ------ |
| npm        | @actions/core | 1.2.7 | 1.10.0 |
  • Loading branch information
renovate-bot committed Sep 29, 2022
1 parent 028537a commit 4a206c9
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 11 deletions.
27 changes: 22 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.
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.10.0",
"@actions/github": "^4.0.0",
"@octokit/core": "^3.4.0",
"@octokit/plugin-paginate-rest": "^2.13.3",
Expand Down
31 changes: 26 additions & 5 deletions yarn.lock
Expand Up @@ -5,10 +5,13 @@ __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.10.0":
version: 1.10.0
resolution: "@actions/core@npm:1.10.0"
dependencies:
"@actions/http-client": ^2.0.1
uuid: ^8.3.2
checksum: 6a9908c1906167df4369891f5a2a6e66202a824b27e5ddbf5823841a044a2c757dfe1c3dcc7544be708fa6bbd0d3b15fa789fe9f0b308b0560636f8ea865f5d9
languageName: node
linkType: hard

Expand All @@ -33,6 +36,15 @@ __metadata:
languageName: node
linkType: hard

"@actions/http-client@npm:^2.0.1":
version: 2.0.1
resolution: "@actions/http-client@npm:2.0.1"
dependencies:
tunnel: ^0.0.6
checksum: 5dd4b34b256047f96fde34e6a8d73666ae18c5fd8d87a59173ba373698cc9a151f0e35f03fa1dfb5dd7d50b410a0d22cfe0239278b6ae347edd6e5fa8109d931
languageName: node
linkType: hard

"@arcanis/slice-ansi@npm:^1.0.2":
version: 1.0.2
resolution: "@arcanis/slice-ansi@npm:1.0.2"
Expand Down Expand Up @@ -6109,7 +6121,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.10.0
"@actions/github": ^4.0.0
"@octokit/core": ^3.4.0
"@octokit/plugin-paginate-rest": ^2.13.3
Expand Down Expand Up @@ -8198,6 +8210,15 @@ typescript@^4.2.4:
languageName: node
linkType: hard

"uuid@npm:^8.3.2":
version: 8.3.2
resolution: "uuid@npm:8.3.2"
bin:
uuid: dist/bin/uuid
checksum: aed2bcef341f95635f308fea8831fb9038b18c485fe7e71feb89d2e05602dfecad0cb6f2246fae096d4da425cca6e8a71056f28abd97ad98cf770a2018853248
languageName: node
linkType: hard

"v8-compile-cache@npm:^2.0.3":
version: 2.1.0
resolution: "v8-compile-cache@npm:2.1.0"
Expand Down

0 comments on commit 4a206c9

Please sign in to comment.