diff --git a/setup/package-lock.json b/setup/package-lock.json index aa160e6..efd5be4 100644 --- a/setup/package-lock.json +++ b/setup/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@actions/core": "^2.0.3", "@actions/exec": "^1.1.1", - "@actions/github": "^8.0.1", + "@actions/github": "^9.1.1", "@actions/http-client": "^3.0.2", "@actions/io": "^1.1.3", "@actions/tool-cache": "^3.0.1", @@ -74,10 +74,9 @@ } }, "node_modules/@actions/github": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-8.0.1.tgz", - "integrity": "sha512-cue7mS+kx1/2Dnc/094pitRUm+0uPXVXYVaqOdZwD15BsXATWYHW3idJDYOlyBc5gJlzAQ/w5YLU4LR8D7hjVg==", - "license": "MIT", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.1.1.tgz", + "integrity": "sha512-tL5JbYOBZHc0ngEnCsaDcryUizIUIlQyIMwy1Wkx93H5HzbBJ7TbiPx2PnFjBwZW0Vh05JmfFZhecE6gglYegA==", "dependencies": { "@actions/http-client": "^3.0.2", "@octokit/core": "^7.0.6", @@ -6130,9 +6129,9 @@ } }, "@actions/github": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/@actions/github/-/github-8.0.1.tgz", - "integrity": "sha512-cue7mS+kx1/2Dnc/094pitRUm+0uPXVXYVaqOdZwD15BsXATWYHW3idJDYOlyBc5gJlzAQ/w5YLU4LR8D7hjVg==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/@actions/github/-/github-9.1.1.tgz", + "integrity": "sha512-tL5JbYOBZHc0ngEnCsaDcryUizIUIlQyIMwy1Wkx93H5HzbBJ7TbiPx2PnFjBwZW0Vh05JmfFZhecE6gglYegA==", "requires": { "@actions/http-client": "^3.0.2", "@octokit/core": "^7.0.6", diff --git a/setup/package.json b/setup/package.json index 247bfd7..8273ff9 100644 --- a/setup/package.json +++ b/setup/package.json @@ -27,7 +27,7 @@ "dependencies": { "@actions/core": "^2.0.3", "@actions/exec": "^1.1.1", - "@actions/github": "^8.0.1", + "@actions/github": "^9.1.1", "@actions/http-client": "^3.0.2", "@actions/io": "^1.1.3", "@actions/tool-cache": "^3.0.1",