diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index c0bf1077..80ef8368 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Test Default Branch id: default-branch - uses: actions/github-script@v6.4.1 + uses: actions/github-script@v7.0.0 with: script: | const data = await github.rest.repos.get(context.repo)