Skip to content

Commit 199c736

Browse files
authored
Merge pull request #3954 from The-OpenROAD-Project/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 313c206 + adec395 commit 199c736

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/github-actions-publish-docker-images.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Login to GitHub Container Registry (GHCR)
4242
if: github.event_name != 'pull_request'
43-
uses: docker/login-action@v3
43+
uses: docker/login-action@v4
4444
with:
4545
registry: ghcr.io
4646
username: gha
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Login to GitHub Container Registry (GHCR)
8080
if: github.event_name != 'pull_request'
81-
uses: docker/login-action@v3
81+
uses: docker/login-action@v4
8282
with:
8383
registry: ghcr.io
8484
username: gha
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Login to GitHub Container Registry (GHCR)
131131
if: github.event_name != 'pull_request'
132-
uses: docker/login-action@v3
132+
uses: docker/login-action@v4
133133
with:
134134
registry: ghcr.io
135135
username: gha

0 commit comments

Comments
 (0)