From acae28581ec332a47004a75b74ff6010be584e5a Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Sun, 27 Aug 2023 12:05:37 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v39.0.3 --- .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 42951295..6dd7d8fb 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@fdd841aca4d443791558b2ad5db9d00b8e675b93 # v39.0.2 + uses: renovatebot/github-action@5e224f3a02c7ce9cadc83f82d65f1b6dd73876c1 # v39.0.3 with: configurationFile: .github/renovate-config.js token: ${{ secrets.BOT_TOKEN }}