diff --git a/.github/workflows/scheduled-renovate.yaml b/.github/workflows/scheduled-renovate.yaml index 2a23baf..7de80ae 100644 --- a/.github/workflows/scheduled-renovate.yaml +++ b/.github/workflows/scheduled-renovate.yaml @@ -26,7 +26,7 @@ jobs: private_key: ${{ secrets.RENOVATE_GH_APP_PRIVATE_KEY }} - name: Self-hosted Renovate - uses: renovatebot/github-action@e23f4d9675532445118c886434f5a34292b630b4 # v46.0.2 + uses: renovatebot/github-action@44f24283a60f64273f1294932f16ba61193cccca # v46.1.0 with: configurationFile: .github/renovate-config.json token: ${{ steps.get_installation_token.outputs.token }}