diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 1d3db2473..b817a24f4 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@973d3e5a68e735a444e8c03432b66eedb343c302 # v46.2.0 + uses: renovatebot/github-action@316d7cd859606d6039a2182b7d69199e9b036835 # v46.2.1 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }}