diff --git a/package.json b/package.json index 162f243..a0b3f33 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "fix": "rome format --write . && rome check --apply-unsafe ." }, "dependencies": { - "@actions/core": "^1.10.0", + "@actions/core": "^1.10.1", "@actions/exec": "^1.1.1", "@actions/github": "^5.1.1", "@octokit/rest": "^20.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4570bcf..e2939dd 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/exec': specifier: ^1.1.1 version: 1.1.1 @@ -37,8 +37,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.1.1 uuid: 8.3.2