diff --git a/package.json b/package.json index 7e90ca5..4f3b7fb 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "dependencies": { "@actions/artifact": "^5.0.1", "@actions/cache": "^5.0.1", - "@actions/core": "^2.0.1", + "@actions/core": "^2.0.2", "@actions/exec": "^2.0.0", "@actions/github": "^6.0.1", "@actions/http-client": "^3.0.1", diff --git a/yarn.lock b/yarn.lock index c7b28e2..2f4a39d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -61,7 +61,7 @@ __metadata: languageName: node linkType: hard -"@actions/core@npm:^2.0.0, @actions/core@npm:^2.0.1": +"@actions/core@npm:^2.0.0": version: 2.0.1 resolution: "@actions/core@npm:2.0.1" dependencies: @@ -71,6 +71,16 @@ __metadata: languageName: node linkType: hard +"@actions/core@npm:^2.0.2": + version: 2.0.2 + resolution: "@actions/core@npm:2.0.2" + dependencies: + "@actions/exec": "npm:^2.0.0" + "@actions/http-client": "npm:^3.0.1" + checksum: 10/37547d3668c7df0b498b7f4596e190a9bf27d3d24f9c9b8b9718c6e79f3d550ef7bab9b2e517d54de163e36f0e1fdc51cc688753130caf3240cefb9ac37cd0b3 + languageName: node + linkType: hard + "@actions/exec@npm:^1.0.0, @actions/exec@npm:^1.1.1": version: 1.1.1 resolution: "@actions/exec@npm:1.1.1" @@ -1180,7 +1190,7 @@ __metadata: dependencies: "@actions/artifact": "npm:^5.0.1" "@actions/cache": "npm:^5.0.1" - "@actions/core": "npm:^2.0.1" + "@actions/core": "npm:^2.0.2" "@actions/exec": "npm:^2.0.0" "@actions/github": "npm:^6.0.1" "@actions/http-client": "npm:^3.0.1"