From a5ab1743a8268c50b75eeea14c28eb5e35357b20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 08:35:08 -0700 Subject: [PATCH] Update github actions all non-major dependencies (#3177) 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 4390530f2..e6c56384d 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.0 + uses: actions/checkout@v4.1.1 - name: Self-hosted Renovate - uses: renovatebot/github-action@v39.0.5 + uses: renovatebot/github-action@v39.1.0 with: configurationFile: renovate.json token: ${{ secrets.RENOVATE_TOKEN }}