From f6030008fea11ae9c162e4135b82123b236fea00 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Thu, 27 Oct 2022 06:16:11 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v34.2.0 --- .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 c5b39224994..88da3f5f610 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@eb645c51c8acce3637d7a054150254e61f2f026d # tag=v34.1.2 + uses: renovatebot/github-action@ce404b2504f00817a4cc3bc42262df9ce3d5476b # tag=v34.2.0 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}