From 8276af0bd02d8db57ac0aa3f43a9e105b0a82eeb Mon Sep 17 00:00:00 2001 From: "bfra-me[bot]" <118100583+bfra-me[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 22:17:12 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v37 --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index f36e4a09..f5ad1b43 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -227,7 +227,7 @@ jobs: echo "RENOVATE_REPOSITORY_CACHE=${{ steps.renovate-cache.outputs.cache-hit == 'true' && 'enabled' || 'reset' }}" >> $GITHUB_ENV - name: Renovate ${{ env.RENOVATE_VERSION }} - uses: renovatebot/github-action@v36.0.0 + uses: renovatebot/github-action@4cc203c40dc0eb6b356306893cabda6ff9d42f33 # v37.0.0 env: FORCE_COLOR: ${{ steps.configure.outputs.force-color }} LOG_LEVEL: ${{ steps.configure.outputs.log-level }}