diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index 00e255c3c..1276f4b99 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@v4.2.0 + uses: actions/github-script@v7.0.1 with: script: | const data = await github.repos.get(context.repo)