From 3d40e6786a5a2cc41eb021841b7c3c63ad029ec0 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Wed, 12 Jul 2023 18:06:49 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v39 --- .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 32e79778..80de45f9 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@8dd353442b603b79e9ad46ebd25bdac25d67ccfa # v38.1.13 + uses: renovatebot/github-action@eb0ef0ca2efe27f0b0a70ca6cd1eee63fcfbb61a # v39.0.0 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}