From 332c69a3bc22e8a23ab410d485a1a906b803e01b Mon Sep 17 00:00:00 2001 From: jahanson-bot <132467671+jahanson-bot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 13:10:04 +0000 Subject: [PATCH] ci(github-action)!: Update renovatebot/github-action action to v39.0.0 | datasource | package | from | to | | ----------- | ------------------------- | -------- | ------- | | github-tags | renovatebot/github-action | v38.1.13 | v39.0.0 | --- .github/workflows/run-renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-renovate.yaml b/.github/workflows/run-renovate.yaml index 7de80d8..6a6e585 100644 --- a/.github/workflows/run-renovate.yaml +++ b/.github/workflows/run-renovate.yaml @@ -45,7 +45,7 @@ jobs: token: '${{ steps.generate-token.outputs.token }}' - name: Renovate - uses: renovatebot/github-action@v38.1.13 + uses: renovatebot/github-action@v39.0.0 env: DRY_RUN: ${{ inputs.dryRun }} LOG_LEVEL: ${{ inputs.renovateLogLevel }}