diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index d3bf335e..96e17237 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)