From 39ee9d88e80e76de83825dcf0a8fc983fd6f164c Mon Sep 17 00:00:00 2001 From: Charles Tison Date: Wed, 11 Sep 2024 08:05:46 +0200 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v40.2.8 (#186) 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 7c67e9f..0eedb1a 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@630a255a1f2f56c8d8ce160bed3e3ca577ca53e2 # v40.2.7 + - uses: renovatebot/github-action@dd4d265eb8646cd04fc5f86ff8bc8d496d75a251 # v40.2.8 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}