From 27712ae833af17d7acb014edcbe4856c31d33975 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Sun, 12 Mar 2023 06:01:46 +0000 Subject: [PATCH] chore(deps): update github-action renovatebot/github-action [skip ci] 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 8d6ffd85..7db9909d 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 }}