diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index 6c408bf2..eb0ddce7 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -17,7 +17,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)