Skip to content

Commit 317e220

Browse files
Merge pull request #508 from SierraSoftworks/dependabot/github_actions/docker/login-action-4
chore(deps): Bump docker/login-action from 3 to 4
2 parents bd643de + d3284ff commit 317e220

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
uses: docker/setup-buildx-action@v3
210210

211211
- name: Log into registry ${{ env.REGISTRY }}
212-
uses: docker/login-action@v3
212+
uses: docker/login-action@v4
213213
with:
214214
registry: ${{ env.REGISTRY }}
215215
username: ${{ github.actor }}
@@ -298,7 +298,7 @@ jobs:
298298
images: ${{ env.FULL_IMAGE_NAME }}
299299

300300
- name: Log into registry ${{ env.REGISTRY }}
301-
uses: docker/login-action@v3
301+
uses: docker/login-action@v4
302302
with:
303303
registry: ${{ env.REGISTRY }}
304304
username: ${{ github.actor }}

0 commit comments

Comments
 (0)