diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 9c323acd9..997705fa8 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3.5.3 - name: Run Renovate - uses: renovatebot/github-action@v39.0.1 + uses: renovatebot/github-action@v39.0.3 with: useSlim: false token: ${{ secrets.GITHUBTOKEN }}