From dd7f630a1d41ceb0e7687a3d97f7cd76e6e3aa64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:37:15 +0000 Subject: [PATCH] fix(deps): update dependency @actions/core to v1.11.1 | datasource | package | from | to | | ---------- | ------------- | ------ | ------ | | npm | @actions/core | 1.11.0 | 1.11.1 | --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a36e915f44a..86227fa5e40 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "start": "run-s build && node dist" }, "dependencies": { - "@actions/core": "1.11.0", + "@actions/core": "1.11.1", "@actions/exec": "1.1.1" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 469fc24ea19..146d12057e7 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@actions/core': - specifier: 1.11.0 - version: 1.11.0 + specifier: 1.11.1 + version: 1.11.1 '@actions/exec': specifier: 1.1.1 version: 1.1.1 @@ -87,8 +87,8 @@ importers: packages: - '@actions/core@1.11.0': - resolution: {integrity: sha512-I21jQUzEjbZolw3jFZ/0iHGCb+rePCww9MaA0SbVFae4FpBTQWP1GIvr/m5Y6GVaxrDz7p3RhBtpBzwkA3rPSA==} + '@actions/core@1.11.1': + resolution: {integrity: sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==} '@actions/exec@1.1.1': resolution: {integrity: sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==} @@ -2217,7 +2217,7 @@ packages: snapshots: - '@actions/core@1.11.0': + '@actions/core@1.11.1': dependencies: '@actions/exec': 1.1.1 '@actions/http-client': 2.2.3