From 39a489fbb4014c9b03147f8590e45a8daecba5f7 Mon Sep 17 00:00:00 2001 From: "Marcus R. Brown" Date: Fri, 12 May 2023 15:15:00 -0700 Subject: [PATCH] fix(ci): downgrade to v36 of the Renovate GH Action (#339) --- .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 f5ad1b43..f36e4a09 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@4cc203c40dc0eb6b356306893cabda6ff9d42f33 # v37.0.0 + uses: renovatebot/github-action@v36.0.0 env: FORCE_COLOR: ${{ steps.configure.outputs.force-color }} LOG_LEVEL: ${{ steps.configure.outputs.log-level }}