From 451eed6cb0b47636db28274b8d8947bc6b9df311 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Sun, 12 Mar 2023 06:06:11 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v35.1.2 --- .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 8be7004a..5d1258aa 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@ad0da5aa3d10144426ac0c672f04a7b5d98a1306 # v35.0.0 + uses: renovatebot/github-action@24c7a5d0372c64ae42b6b02f155a4223f5ea6a8d # v35.1.2 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}