diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 8d272d6..bc0eb9a 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 if: steps.token-check.outputs.available == 'true' - - uses: renovatebot/github-action@dd5302ec17783b2fc721b19ae7209b57b1587765 # v46.1.17 + - uses: renovatebot/github-action@e09d604f8f803bb527bd8321ed5be06c460b8682 # v46.2.2 if: steps.token-check.outputs.available == 'true' with: token: ${{ secrets.RENOVATE_TOKEN }}