diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index acb921f30..fa2bc0045 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Test Default Branch id: default-branch - uses: actions/github-script@v2 + uses: actions/github-script@v7 with: script: | const data = await github.repos.get(context.repo)