From 52b8ea153a67018d1aa0268640cb35f4d055dcee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Palet?= Date: Thu, 15 Feb 2024 13:22:24 +0000 Subject: [PATCH] Update GitHub actions (#268) --- .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 c384b4af..38c802a6 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@v39.2.4 + uses: renovatebot/github-action@v40.1.0 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}