From 6dd2626a25747e2b3e4d119dbd74546033088749 Mon Sep 17 00:00:00 2001 From: Charles Tison Date: Wed, 10 Jul 2024 08:05:18 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v40.2.2 (#180) 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 e248f7f..f9f29d3 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: renovatebot/github-action@259200be4d976a76196ec8985b0dddcaf1733b47 # v40.2.0 + - uses: renovatebot/github-action@042670e39b8d7335e992c3fa526ecbfbd52ef57b # v40.2.2 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}