diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 73ef93a0..42871ae1 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout repository uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Run Renovate - uses: renovatebot/github-action@v39.0.5 + uses: renovatebot/github-action@v39.1.0 with: useSlim: false token: ${{ secrets.GITHUBTOKEN }}