diff --git a/.github/workflows/reusable_repolinter.yaml b/.github/workflows/reusable_repolinter.yaml index 3eb86b9..6596bbb 100644 --- a/.github/workflows/reusable_repolinter.yaml +++ b/.github/workflows/reusable_repolinter.yaml @@ -16,7 +16,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)