From b7bf8cba8e32bba036d789e274b55950c00171c7 Mon Sep 17 00:00:00 2001 From: jahanson-bot <132467671+jahanson-bot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 07:05:26 +0000 Subject: [PATCH] ci(github-action): update renovatebot/github-action action to v38.1.13 | datasource | package | from | to | | ----------- | ------------------------- | -------- | -------- | | github-tags | renovatebot/github-action | v38.1.11 | v38.1.13 | --- .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 1a2608a..7de80d8 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.11 + uses: renovatebot/github-action@v38.1.13 env: DRY_RUN: ${{ inputs.dryRun }} LOG_LEVEL: ${{ inputs.renovateLogLevel }}