From c1ad7b73f2e98634401f736464380972f3b0098c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:54:44 +0000 Subject: [PATCH] chore(deps): Update build deps and github actions to v6 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f36523bc108..60bbd557418 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,10 +19,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: 3.x cache: 'pip' @@ -103,7 +103,7 @@ jobs: needs: [build, publish-docker] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Generate Dockerfile run: ./deployment/generate-dockerfile.sh env: