diff --git a/.github/workflows/schedule_renovate.yaml b/.github/workflows/schedule_renovate.yaml index 2000be5..8ef83ca 100644 --- a/.github/workflows/schedule_renovate.yaml +++ b/.github/workflows/schedule_renovate.yaml @@ -33,7 +33,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Run Renovate - uses: renovatebot/github-action@v41.0.3 + uses: renovatebot/github-action@v41.0.4 with: configurationFile: ".github/renovate.json5" token: ${{ secrets.RENOVATE_TOKEN }}