diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index da2613c..24ca59e 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -23,7 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 - name: Self-hosted Renovate - uses: renovatebot/github-action@37beffda261423addd537c33f2d126df7f6ffbab # v46.2.6 + uses: renovatebot/github-action@dcfba84a42d1b5d5e49bf131b1bf53511851a123 # v46.3.1 with: configurationFile: .github/renovate-configs.json5 token: '${{ steps.get_token.outputs.token }}'