Skip to content

Commit 3d1f1e9

Browse files
⬆️ Update GitHub Actions to v7
1 parent bd746cb commit 3d1f1e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/upstream-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)