From bfad38e06f3d4bbdf38823aaed51b5791d4238c2 Mon Sep 17 00:00:00 2001 From: jahanson-bot <132467671+jahanson-bot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 07:05:06 +0000 Subject: [PATCH] ci(github-action): update renovatebot/github-action action to v38.1.6 | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | renovatebot/github-action | v38.1.4 | v38.1.6 | --- .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 9c80124..f3460e8 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.4 + uses: renovatebot/github-action@v38.1.6 env: DRY_RUN: ${{ inputs.dryRun }} LOG_LEVEL: ${{ inputs.renovateLogLevel }}