mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-04-11 22:50:06 +00:00
Update all direct dependencies (#404)
* Update all direct dependencies * use node v16 * upgrade typescript to v4.5.5 * upgrade actions/github to v5 * use vercel/ncc v0.33.3 * Add compatibility note for v3 * increase timeout for the testing workflow
This commit is contained in:
parent
423fbafafc
commit
c675eb70db
10 changed files with 66939 additions and 68740 deletions
|
|
@ -41,7 +41,7 @@ async function fetchPatch(): Promise<string> {
|
|||
const octokit = github.getOctokit(core.getInput(`github-token`, { required: true }))
|
||||
let patch: string
|
||||
try {
|
||||
const patchResp = await octokit.pulls.get({
|
||||
const patchResp = await octokit.rest.pulls.get({
|
||||
owner: ctx.repo.owner,
|
||||
repo: ctx.repo.repo,
|
||||
[`pull_number`]: pull.number,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue