From 8bb018467968a55080ed714761b7a163650d5813 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 30 Nov 2022 20:30:52 +0100 Subject: [PATCH] Update renovatebot/github-action action to v34.42.0 (#5021) Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index a2150dc2dad..174d12df1e3 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -12,7 +12,7 @@ jobs: with: token: ${{ secrets.BOT_TOKEN }} - name: Self-hosted Renovate - uses: renovatebot/github-action@708343d5c41dfd577133569d3153b3e089bac520 # v34.41.1 + uses: renovatebot/github-action@e24c028a6d3b903b79320c97e89e4e9bd7055054 # v34.42.0 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}