diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index ace3651..0352100 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -111,7 +111,7 @@ jobs: - name: Renovate if: inputs.dry_run_branch == '' - uses: renovatebot/github-action@8217b3fc286df088d7c27f3255fe8414463bc0fd # v46.1.15 + uses: renovatebot/github-action@22e0a16091fc706b04affe6ae53d5e3358ac4023 # v46.1.19 env: LOG_LEVEL: "debug" RENOVATE_REPOSITORIES: ${{ github.repository }} @@ -158,7 +158,7 @@ jobs: - name: Dry run if: inputs.dry_run_branch != '' && steps.default_branch_repo_config.outputs.file != '' - uses: renovatebot/github-action@8217b3fc286df088d7c27f3255fe8414463bc0fd # v46.1.15 + uses: renovatebot/github-action@22e0a16091fc706b04affe6ae53d5e3358ac4023 # v46.1.19 env: LOG_LEVEL: "debug" RENOVATE_REPOSITORIES: ${{ github.repository }}