From 331acb15efefd0a78e5ecf1f9b5e8d887b30cbb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:25:27 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20GitHub=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/upstream-ci.yaml | 4 ++-- .github/workflows/upstream-deploy.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/upstream-ci.yaml b/.github/workflows/upstream-ci.yaml index 0dc1f1a..c5dee40 100644 --- a/.github/workflows/upstream-ci.yaml +++ b/.github/workflows/upstream-ci.yaml @@ -144,7 +144,7 @@ jobs: - name: ⚡ Set up uv uses: astral-sh/setup-uv@v7 with: - version: "0.10.1" + version: "0.10.2" - name: 🧰 Install test dependencies run: uv sync --no-dev - name: ✅ Run pytest @@ -195,7 +195,7 @@ jobs: exit 1 fi - name: 🚀 Build - uses: docker/build-push-action@8c1e8f8e5bf845ba3773a14f3967965548a2341e + uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 with: push: false context: ${{ needs.information.outputs.target }} diff --git a/.github/workflows/upstream-deploy.yaml b/.github/workflows/upstream-deploy.yaml index 5cce760..f70cf40 100644 --- a/.github/workflows/upstream-deploy.yaml +++ b/.github/workflows/upstream-deploy.yaml @@ -136,7 +136,7 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: 🚀 Build - uses: docker/build-push-action@8c1e8f8e5bf845ba3773a14f3967965548a2341e + uses: docker/build-push-action@ee4ca427a2f43b6a16632044ca514c076267da23 with: load: true # yamllint disable rule:line-length