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