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