From 7244f99ba51c8883f7dd6e1e34f67c7fa18bf502 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 08:10:47 -0700 Subject: [PATCH] Update github actions all non-major dependencies (#4003) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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..3c2d6c44c 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.3 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }}