Skip to content

Commit d505c71

Browse files
⬆️ Update GitHub Actions
1 parent 7eb8b86 commit d505c71

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/upstream-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
python-version: "3.14"
116116
- name: ⚡ Set up uv
117-
uses: astral-sh/setup-uv@v7
117+
uses: astral-sh/setup-uv@v8.1.0
118118
with:
119119
version: "0.11.8"
120120
- name: 🧰 Install test dependencies
@@ -201,7 +201,7 @@ jobs:
201201
fi
202202
- name: 🚀 Build
203203
id: build
204-
uses: docker/build-push-action@v6
204+
uses: docker/build-push-action@v7
205205
with:
206206
push: false
207207
# Intentionally rely on image ID rather than tags for smoke testing.

.github/workflows/upstream-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
username: ${{ steps.registry.outputs.owner }}
114114
password: ${{ secrets.GITHUB_TOKEN }}
115115
- name: 🚀 Build
116-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
116+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
117117
with:
118118
load: true
119119
# yamllint disable rule:line-length

0 commit comments

Comments
 (0)