From b820555320bcfdd25366b871dd1c2fdeebe9d317 Mon Sep 17 00:00:00 2001 From: jahanson-bot <132467671+jahanson-bot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 04:05:39 +0000 Subject: [PATCH] ci(github-action): update renovatebot/github-action action to v38.1.9 | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | renovatebot/github-action | v38.1.8 | v38.1.9 | --- .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 9da5188..265e892 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.8 + uses: renovatebot/github-action@v38.1.9 env: DRY_RUN: ${{ inputs.dryRun }} LOG_LEVEL: ${{ inputs.renovateLogLevel }}