From 015b0b706afcf9c4dc65e7b23bd2c984f267e5ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:46:28 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v39.1.0 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 73ef93a0..42871ae1 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout repository uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Run Renovate - uses: renovatebot/github-action@v39.0.5 + uses: renovatebot/github-action@v39.1.0 with: useSlim: false token: ${{ secrets.GITHUBTOKEN }}