From 7f700266e3af5d17dd71cb14c7524b0c3cc1c775 Mon Sep 17 00:00:00 2001 From: mmsqe Date: Wed, 19 Feb 2025 09:21:39 +0800 Subject: [PATCH] Problem: unable to resolve octokit action v2.0.0 for more info, https://github.com/crypto-org-chain/cronos/actions/runs/13386690642 --- .github/workflows/sims.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 2960bf150c..e39be5d675 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -76,7 +76,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 }}