@@ -126,22 +126,22 @@ jobs:
126126 # Setup repository
127127 # ------------------------------------------------------------
128128 - name : " [SETUP] Checkout repository (current)"
129- uses : actions/checkout@v4
129+ uses : actions/checkout@v6
130130 with :
131131 fetch-depth : 0
132132 if : needs.configure.outputs.has_refs == 0
133133
134134 - name : " [SETUP] Checkout repository (ref: ${{ matrix.refs }})"
135- uses : actions/checkout@v4
135+ uses : actions/checkout@v6
136136 with :
137137 fetch-depth : 0
138138 ref : ${{ matrix.refs }}
139139 if : needs.configure.outputs.has_refs != 0
140140
141141 - name : " [SETUP] Setup QEMU environment"
142- uses : docker/setup-qemu-action@v3
142+ uses : docker/setup-qemu-action@v4
143143 with :
144- image : tonistiigi/binfmt:qemu-v8.1.5
144+ # image: tonistiigi/binfmt:qemu-v8.1.5
145145 platforms : linux/amd64,linux/arm64
146146
147147 - name : " [SETUP] Determine Docker tag"
@@ -185,7 +185,7 @@ jobs:
185185 # Deploy
186186 # ------------------------------------------------------------
187187 - name : Docker login
188- uses : docker/login-action@v3
188+ uses : docker/login-action@v4
189189 with :
190190 username : ${{ secrets.dockerhub_username }}
191191 password : ${{ secrets.dockerhub_password }}
@@ -215,13 +215,13 @@ jobs:
215215 # Setup repository
216216 # ------------------------------------------------------------
217217 - name : " [SETUP] Checkout repository (current)"
218- uses : actions/checkout@v4
218+ uses : actions/checkout@v6
219219 with :
220220 fetch-depth : 0
221221 if : needs.configure.outputs.has_refs == 0
222222
223223 - name : " [SETUP] Checkout repository (ref: ${{ matrix.refs }})"
224- uses : actions/checkout@v4
224+ uses : actions/checkout@v6
225225 with :
226226 fetch-depth : 0
227227 ref : ${{ matrix.refs }}
@@ -248,7 +248,7 @@ jobs:
248248 # Deploy
249249 # ------------------------------------------------------------
250250 - name : " [DEPLOY] Login"
251- uses : docker/login-action@v3
251+ uses : docker/login-action@v4
252252 with :
253253 username : ${{ secrets.DOCKERHUB_USERNAME }}
254254 password : ${{ secrets.DOCKERHUB_PASSWORD }}
0 commit comments