From c2de0e1020ca0ccad2019c0e6658ae604a333eae Mon Sep 17 00:00:00 2001 From: mmsqe Date: Wed, 12 Feb 2025 12:50:17 +0800 Subject: [PATCH] Problem: unable to resolve octokit action v2.0.0 (#1116) for more info, https://github.com/crypto-org-chain/chain-main/actions/runs/13277412226/job/37069440029 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6313e3d90..1c2298caf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Github API Request id: request - uses: octokit/request-action@v2.0.0 + uses: octokit/request-action@main if: github.event_name == 'issue_comment' with: route: ${{ github.event.issue.pull_request.url }}