Skip to content

Commit 2c1ba1a

Browse files
fix(deps): bump @actions/core from 2.0.1 to 2.0.2 in /run
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 2.0.1 to 2.0.2. - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d1267e commit 2c1ba1a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

run/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"license": "AGPL-3.0-only",
1414
"dependencies": {
15-
"@actions/core": "^2.0.1",
15+
"@actions/core": "^2.0.2",
1616
"@actions/exec": "^2.0.0",
1717
"@actions/github": "^6.0.1",
1818
"@types/temp": "^0.9.4",

run/yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
# yarn lockfile v1
33

44

5-
"@actions/core@^2.0.1":
6-
version "2.0.1"
7-
resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.1.tgz#fc4961acb04f6253bcdf83ad356e013ba29fc218"
8-
integrity sha512-oBfqT3GwkvLlo1fjvhQLQxuwZCGTarTE5OuZ2Wg10hvhBj7LRIlF611WT4aZS6fDhO5ZKlY7lCAZTlpmyaHaeg==
5+
"@actions/core@^2.0.2":
6+
version "2.0.2"
7+
resolved "https://registry.yarnpkg.com/@actions/core/-/core-2.0.2.tgz#81c59e1f3437660d2148a064c1ba8e99931f2cf7"
8+
integrity sha512-Ast1V7yHbGAhplAsuVlnb/5J8Mtr/Zl6byPPL+Qjq3lmfIgWF1ak1iYfF/079cRERiuTALTXkSuEUdZeDCfGtA==
99
dependencies:
1010
"@actions/exec" "^2.0.0"
11-
"@actions/http-client" "^3.0.0"
11+
"@actions/http-client" "^3.0.1"
1212

1313
"@actions/exec@^2.0.0":
1414
version "2.0.0"
@@ -38,10 +38,10 @@
3838
tunnel "^0.0.6"
3939
undici "^5.25.4"
4040

41-
"@actions/http-client@^3.0.0":
42-
version "3.0.0"
43-
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.0.tgz#6c6058bef29c0580d6683a08c5bf0362c90c2e6e"
44-
integrity sha512-1s3tXAfVMSz9a4ZEBkXXRQD4QhY3+GAsWSbaYpeknPOKEeyRiU3lH+bHiLMZdo2x/fIeQ/hscL1wCkDLVM2DZQ==
41+
"@actions/http-client@^3.0.1":
42+
version "3.0.1"
43+
resolved "https://registry.yarnpkg.com/@actions/http-client/-/http-client-3.0.1.tgz#0ac91c3abf179a401e23d40abf0d7caa92324268"
44+
integrity sha512-SbGS8c/vySbNO3kjFgSW77n83C4MQx/Yoe+b1hAdpuvfHxnkHzDq2pWljUpAA56Si1Gae/7zjeZsV0CYjmLo/w==
4545
dependencies:
4646
tunnel "^0.0.6"
4747
undici "^5.28.5"

0 commit comments

Comments
 (0)