diff --git a/.github/workflows/issue_comment.yml b/.github/workflows/issue_comment.yml index 7664899e5c..f8dd2f08cb 100644 --- a/.github/workflows/issue_comment.yml +++ b/.github/workflows/issue_comment.yml @@ -7,7 +7,7 @@ jobs: name: PullRequestHandler runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@main - name: PullRequestHandler uses: Ash258/Scoop-GithubActions@stable if: startsWith(github.event.comment.body, '/verify') diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 6bf050d92c..1229902ebc 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -7,7 +7,7 @@ jobs: name: IssueHandler runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@main - name: IssueHandler uses: Ash258/Scoop-GithubActions@stable if: github.event.action == 'opened' || (github.event.action == 'labeled' && contains(github.event.issue.labels.*.name, 'verify')) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8bc76b1060..d145df36a5 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -7,7 +7,7 @@ jobs: name: PullRequestHandler runs-on: ubuntu-latest steps: - - uses: actions/checkout@master + - uses: actions/checkout@main - name: PullRequestHandler uses: Ash258/Scoop-GithubActions@stable env: