diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index 8de7eb623..c932c2897 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@v8.0.0 + uses: actions/github-script@v9 with: script: | const data = await github.rest.repos.get(context.repo)