From c309a03b0029a1af07839304d928d4c02b765c6f Mon Sep 17 00:00:00 2001 From: "tradeshift-renovate[bot]" <121954292+tradeshift-renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 09:00:45 +0000 Subject: [PATCH] fix(deps): update dependency @actions/github to v6 --- .npmrc | 2 ++ package-lock.json | 11 ----------- package.json | 2 +- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/.npmrc b/.npmrc index 792d89fd..22bdee2b 100644 --- a/.npmrc +++ b/.npmrc @@ -14,6 +14,8 @@ @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com @tradeshift:registry=https://npm.pkg.github.com +@tradeshift:registry=https://npm.pkg.github.com + diff --git a/package-lock.json b/package-lock.json index 05fb1cce..f509e8e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -107,17 +107,6 @@ "@actions/io": "^1.0.1" } }, - "node_modules/@actions/github": { - "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", - "@octokit/plugin-paginate-rest": "^2.17.0", - "@octokit/plugin-rest-endpoint-methods": "^5.13.0" - } - }, "node_modules/@actions/glob": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.1.2.tgz", diff --git a/package.json b/package.json index 15e9486f..3e902e5d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@actions/cache": "3.2.4", "@actions/core": "1.10.1", "@actions/exec": "1.1.1", - "@actions/github": "5.1.1", + "@actions/github": "6.0.0", "@actions/http-client": "2.2.0", "@actions/io": "1.1.3", "@actions/tool-cache": "2.0.1",