diff --git a/.github/workflows/reusable_repolinter.yaml b/.github/workflows/reusable_repolinter.yaml index e9d1de7..ee3f79a 100644 --- a/.github/workflows/reusable_repolinter.yaml +++ b/.github/workflows/reusable_repolinter.yaml @@ -34,7 +34,7 @@ jobs: steps: - name: Test Default Branch id: default-branch - uses: actions/github-script@v2 + uses: actions/github-script@v8 with: script: | const data = await github.repos.get(context.repo)