From 2e77279185b2f9c7cd1472dd7f9c7abcc2a3489c Mon Sep 17 00:00:00 2001 From: JesseBot Date: Wed, 6 Sep 2023 09:20:42 +0200 Subject: [PATCH] Update renovate.yaml - bump github action to 39.0.5 --- .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 77ce572..78f87db 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -11,7 +11,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.1 + uses: renovatebot/github-action@v39.0.5 with: token: ${{ secrets.RENOVATE_TOKEN }} configurationFile: .github/config.js