File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33on : [push, pull_request]
44
5+ env :
6+ FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 : true
7+
58jobs :
69 fmt :
710 name : Format Check (black)
@@ -158,12 +161,12 @@ jobs:
158161 runs-on : ${{ matrix.runner }}
159162 steps :
160163 - uses : actions/checkout@v6
161- - uses : docker/setup-buildx-action@v3
162- - uses : docker/login-action@v3
164+ - uses : docker/setup-buildx-action@v4
165+ - uses : docker/login-action@v4
163166 with :
164167 username : ${{ secrets.DOCKERHUB_USERNAME }}
165168 password : ${{ secrets.DOCKERHUB_TOKEN }}
166- - uses : docker/build-push-action@v5
169+ - uses : docker/build-push-action@v7
167170 with :
168171 push : true
169172 platforms : ${{ matrix.platform }}
@@ -175,7 +178,7 @@ jobs:
175178 needs : [docker]
176179 if : github.ref == 'refs/heads/main'
177180 steps :
178- - uses : docker/login-action@v3
181+ - uses : docker/login-action@v4
179182 with :
180183 username : ${{ secrets.DOCKERHUB_USERNAME }}
181184 password : ${{ secrets.DOCKERHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments