diff --git a/package.json b/package.json index 97b1a22..08256b6 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "@actions/core": "^1.10.0", + "@actions/core": "^1.10.1", "@actions/github": "^5.1.1", "marked": "^4.3.0", "semver": "^7.5.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d25a933..6b00a3b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,8 +6,8 @@ settings: dependencies: '@actions/core': - specifier: ^1.10.0 - version: 1.10.0 + specifier: ^1.10.1 + version: 1.10.1 '@actions/github': specifier: ^5.1.1 version: 5.1.1 @@ -70,8 +70,8 @@ devDependencies: packages: - /@actions/core@1.10.0: - resolution: {integrity: sha512-2aZDDa3zrrZbP5ZYg159sNoLRb61nQ7awl5pSvIq5Qpj81vwDzdMRKzkWJGJuwVvWpvZKx7vspJALyvaaIQyug==} + /@actions/core@1.10.1: + resolution: {integrity: sha512-3lBR9EDAY+iYIpTnTIXmWcNbX3T2kCkAEQGIQx4NVQ0575nk2k3GRZDTPQG+vVtS2izSLmINlxXf0uLtnrTP+g==} dependencies: '@actions/http-client': 2.0.1 uuid: 8.3.2