diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index a306655..9fa3de0 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -80,7 +80,7 @@ jobs: - name: Renovate if: inputs.dry_run_branch == '' - uses: renovatebot/github-action@f66d8679fcfcfa051abde6e7a623007173bf5164 # v46.1.12 + uses: renovatebot/github-action@693b9ef15eec82123529a37c782242f091365961 # v46.1.14 env: LOG_LEVEL: "debug" RENOVATE_REPOSITORIES: ${{ github.repository }} @@ -127,7 +127,7 @@ jobs: - name: Dry run if: inputs.dry_run_branch != '' && steps.default_branch_repo_config.outputs.file != '' - uses: renovatebot/github-action@f66d8679fcfcfa051abde6e7a623007173bf5164 # v46.1.12 + uses: renovatebot/github-action@693b9ef15eec82123529a37c782242f091365961 # v46.1.14 env: LOG_LEVEL: "debug" RENOVATE_REPOSITORIES: ${{ github.repository }}