From 9ac8aa91466513176735ad29b4dae5b2d0e927c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 02:02:11 +0000 Subject: [PATCH] Update github actions all non-major dependencies --- .github/workflows/renovate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 2d543e379..3bb16407b 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -10,9 +10,9 @@ jobs: LOG_LEVEL: debug steps: - name: Checkout - uses: actions/checkout@v4.2.0 + uses: actions/checkout@v4.2.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.3.1 + uses: renovatebot/github-action@v40.3.2 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }}