File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments