diff --git a/.github/workflows/run-renovate-google.yaml b/.github/workflows/run-renovate-google.yaml index 1044fc8..4476b31 100644 --- a/.github/workflows/run-renovate-google.yaml +++ b/.github/workflows/run-renovate-google.yaml @@ -81,7 +81,7 @@ jobs: # https://github.com/marketplace/actions/renovate-bot-github-action - name: renovate bot - uses: renovatebot/github-action@8217b3fc286df088d7c27f3255fe8414463bc0fd # v46.1.15 + uses: renovatebot/github-action@6d859fc95779be83a0335ca704879b47e5d79641 # v46.1.16 env: DRY_RUN: ${{ inputs.dry-run }} LOG_LEVEL: ${{ inputs.log-level }} diff --git a/.github/workflows/run-renovate.yaml b/.github/workflows/run-renovate.yaml index 5c8717d..3507921 100644 --- a/.github/workflows/run-renovate.yaml +++ b/.github/workflows/run-renovate.yaml @@ -59,7 +59,7 @@ jobs: # https://github.com/marketplace/actions/renovate-bot-github-action - name: renovate bot - uses: renovatebot/github-action@8217b3fc286df088d7c27f3255fe8414463bc0fd # v46.1.15 + uses: renovatebot/github-action@6d859fc95779be83a0335ca704879b47e5d79641 # v46.1.16 env: LOG_LEVEL: ${{ inputs.log-level }} RENOVATE_DRY_RUN: ${{ inputs.dry-run }}