From 2ce8a196e4fe7e058714d9e6c5849203b6daf533 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 14 Jul 2023 06:05:32 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v39 --- .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 8cb6804..b9a9496 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: renovatebot/github-action@v38.1.13 + - uses: renovatebot/github-action@v39.0.0 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}