diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 85cae15b7..2ee84546f 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -67,7 +67,7 @@ jobs: - name: Run Renovate if: steps.check-requirements.outputs.should_run == 'true' - uses: renovatebot/github-action@37beffda261423addd537c33f2d126df7f6ffbab # v46.2.6 + uses: renovatebot/github-action@c314dda4a9a93b08239ec978f2043b9a433b9ac4 # v46.3.0 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }}