Skip to content

Commit 00ef029

Browse files
authored
Merge pull request #31 from OpenNumismat/dependabot/github_actions/dot-github/workflows/docker/login-action-4
Bump docker/login-action from 3 to 4 in /.github/workflows
2 parents 93f1b23 + ec3b76c commit 00ef029

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: docker/setup-buildx-action@v4
7474

7575
- name: Login to ${{ env.REGISTRY }} registry
76-
uses: docker/login-action@v3
76+
uses: docker/login-action@v4
7777
with:
7878
registry: ${{ env.REGISTRY }}
7979
username: ${{ env.REGISTRY_USER }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: docker/setup-buildx-action@v4
7575

7676
- name: Login to ${{ env.REGISTRY }} registry
77-
uses: docker/login-action@v3
77+
uses: docker/login-action@v4
7878
with:
7979
registry: ${{ env.REGISTRY }}
8080
username: ${{ env.REGISTRY_USER }}

0 commit comments

Comments
 (0)