From 11bfd416ab950e128336f8fc154ff4581fd8e0f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 08:58:31 -0700 Subject: [PATCH] Update github actions all non-major dependencies (#3565) 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 d02487734..23cf1dc62 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.1.3 + uses: actions/checkout@v4.1.4 - name: Self-hosted Renovate - uses: renovatebot/github-action@v40.1.10 + uses: renovatebot/github-action@v40.1.11 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }}