diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 859ecc84..0c6d8058 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@v38.1.13 + uses: renovatebot/github-action@v39.0.1 with: useSlim: false token: ${{ secrets.GITHUBTOKEN }}