Skip to content

Commit d09c4db

Browse files
chore(deps)(deps): Bump docker/login-action from 3 to 4 (#321)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b33f156 commit d09c4db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-backend-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v6
2424

2525
- name: Log in to GitHub Container Registry
26-
uses: docker/login-action@v3
26+
uses: docker/login-action@v4
2727
with:
2828
registry: ${{ env.REGISTRY }}
2929
username: ${{ github.actor }}

.github/workflows/build-frontend-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: curl -f http://localhost:5095/graphql?sdl -o frontend/schema.graphql
5353

5454
- name: Log in to GitHub Container Registry
55-
uses: docker/login-action@v3
55+
uses: docker/login-action@v4
5656
with:
5757
registry: ${{ env.REGISTRY }}
5858
username: ${{ github.actor }}

0 commit comments

Comments
 (0)