From 5f1bcfb94cbdcfbe5dd7da8cb0180f84246e92ab Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Sun, 19 Feb 2023 06:05:01 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v34 --- .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 0815a5f7..b60bcdda 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@7f99195d246af488476cb70691ac85975c8dd321 # tag=v32.241.11 + uses: renovatebot/github-action@b57001b1b7a54305bc29e0dd9e9b58528765e68d # tag=v34.146.0 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}