File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ jobs:
142142 continue-on-error : true
143143
144144 - name : Log in to GHCR (read-only)
145- uses : docker/login-action@v4.3 .0
145+ uses : docker/login-action@v4.4 .0
146146 with :
147147 registry : ghcr.io
148148 username : ${{ github.actor }}
@@ -171,7 +171,7 @@ jobs:
171171 continue-on-error : true
172172
173173 - name : Log in to GHCR
174- uses : docker/login-action@v4.3 .0
174+ uses : docker/login-action@v4.4 .0
175175 with :
176176 registry : ghcr.io
177177 username : ${{ github.actor }}
@@ -201,7 +201,7 @@ jobs:
201201 continue-on-error : true
202202
203203 - name : Log in to GHCR
204- uses : docker/login-action@v4.3 .0
204+ uses : docker/login-action@v4.4 .0
205205 with :
206206 registry : ghcr.io
207207 username : ${{ github.actor }}
@@ -336,7 +336,7 @@ jobs:
336336 continue-on-error : true
337337
338338 - name : Log in to GHCR
339- uses : docker/login-action@v4.3 .0
339+ uses : docker/login-action@v4.4 .0
340340 with :
341341 registry : ghcr.io
342342 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 5959 run : sudo apt-get update && sudo apt-get install -y bats
6060
6161 - name : Log in to GHCR (read-only)
62- uses : docker/login-action@v4.3 .0
62+ uses : docker/login-action@v4.4 .0
6363 with :
6464 registry : ghcr.io
6565 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments