From eab82caea3f7d0db862de0b81c6729f147a0d8ab Mon Sep 17 00:00:00 2001 From: "renovate-chili-piper[bot]" <157426471+renovate-chili-piper[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 02:53:34 +0000 Subject: [PATCH] fix(deps): update dependency @actions/github to v5.1.1 --- .../update-description/package-lock.json | 18 +++++++++--------- .../actions/update-description/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/actions/update-description/package-lock.json b/.github/actions/update-description/package-lock.json index 25c59bc..1ac91e8 100644 --- a/.github/actions/update-description/package-lock.json +++ b/.github/actions/update-description/package-lock.json @@ -1,16 +1,16 @@ { - "name": "set-secret", + "name": "update-description", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "set-secret", + "name": "update-description", "version": "1.0.0", "license": "ISC", "dependencies": { "@actions/core": "1.9.0", - "@actions/github": "5.0.3" + "@actions/github": "5.1.1" } }, "node_modules/@actions/core": { @@ -22,9 +22,9 @@ } }, "node_modules/@actions/github": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.0.3.tgz", - "integrity": "sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.1.tgz", + "integrity": "sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==", "dependencies": { "@actions/http-client": "^2.0.1", "@octokit/core": "^3.6.0", @@ -234,9 +234,9 @@ } }, "@actions/github": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.0.3.tgz", - "integrity": "sha512-myjA/pdLQfhUGLtRZC/J4L1RXOG4o6aYdiEq+zr5wVVKljzbFld+xv10k1FX6IkIJtNxbAq44BdwSNpQ015P0A==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-5.1.1.tgz", + "integrity": "sha512-Nk59rMDoJaV+mHCOJPXuvB1zIbomlKS0dmSIqPGxd0enAXBnOfn4VWF+CGtRCwXZG9Epa54tZA7VIRlJDS8A6g==", "requires": { "@actions/http-client": "^2.0.1", "@octokit/core": "^3.6.0", diff --git a/.github/actions/update-description/package.json b/.github/actions/update-description/package.json index cddb4b4..523c964 100644 --- a/.github/actions/update-description/package.json +++ b/.github/actions/update-description/package.json @@ -12,6 +12,6 @@ "license": "ISC", "dependencies": { "@actions/core": "1.9.0", - "@actions/github": "5.0.3" + "@actions/github": "5.1.1" } }