From fcd96fb5fa2a823c2b80362f5d9655aa7f37d93b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 18:54:57 +0800 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v38.1.8 (#135) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 314af9d8e..081f46b8c 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -19,7 +19,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v3.3.0 - name: Run Renovate - uses: renovatebot/github-action@v38.1.0 + uses: renovatebot/github-action@v38.1.8 with: useSlim: false token: ${{ secrets.GITHUBTOKEN }}