Skip to content

Commit aac400b

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dev-images.yaml

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

5555
- name: Log in to GitHub Container Registry
56-
uses: docker/login-action@v3
56+
uses: docker/login-action@v4
5757
with:
5858
registry: ${{ env.REGISTRY }}
5959
username: ${{ github.actor }}
@@ -125,7 +125,7 @@ jobs:
125125
version: 'latest'
126126

127127
- name: Log in to GitHub Container Registry
128-
uses: docker/login-action@v3
128+
uses: docker/login-action@v4
129129
with:
130130
registry: ${{ env.REGISTRY }}
131131
username: ${{ github.actor }}

.github/workflows/release.yaml

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

8080
- name: Log in to GitHub Container Registry
81-
uses: docker/login-action@v3
81+
uses: docker/login-action@v4
8282
with:
8383
registry: ${{ env.REGISTRY }}
8484
username: ${{ github.actor }}
@@ -138,7 +138,7 @@ jobs:
138138
version: 'latest'
139139

140140
- name: Log in to GitHub Container Registry
141-
uses: docker/login-action@v3
141+
uses: docker/login-action@v4
142142
with:
143143
registry: ${{ env.REGISTRY }}
144144
username: ${{ github.actor }}

0 commit comments

Comments
 (0)