From 1aaff55c6ac702b184ee01347ef6953cc5a9e8d4 Mon Sep 17 00:00:00 2001 From: smeagol-help <132467671+smeagol-help[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 23:05:27 +0000 Subject: [PATCH] ci(github-action): update renovatebot/github-action action to v39.2.1 | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | renovatebot/github-action | v39.2.0 | v39.2.1 | --- .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 bd462a7..ef8e595 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@v39.2.0 + uses: renovatebot/github-action@v39.2.1 env: DRY_RUN: ${{ inputs.dryRun }} LOG_LEVEL: ${{ inputs.renovateLogLevel }}