diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index b93850367..252b76421 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -60,7 +60,7 @@ jobs: - name: Run Renovate if: steps.check-requirements.outputs.should_run == 'true' - uses: renovatebot/github-action@8d75b92f43899d483728e9a8a7fd44238020f6e6 # v46.1.2 + uses: renovatebot/github-action@7b4b65bf31e07d4e3e51708d07700fb41bc03166 # v46.1.3 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }}