From e8e81f887cfc819347d66e76feb11f87ac5927a6 Mon Sep 17 00:00:00 2001 From: stackit-pipeline <142982727+stackit-pipeline@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:40:55 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v40.1.12 (#406) Co-authored-by: Renovate Bot --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 89d83442..f4976ea1 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.11 + uses: renovatebot/github-action@v40.1.12 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}