Skip to content

Commit 9ee12ac

Browse files
authored
Merge pull request #2087 from serlo/dependabot/github_actions/docker/login-action-4
chore(deps): bump docker/login-action from 3 to 4
2 parents 8501bc4 + 92729cf commit 9ee12ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v6
1313
- uses: ./.github/actions/setup-node
1414
- name: Login to GitHub Container Registry
15-
uses: docker/login-action@v3
15+
uses: docker/login-action@v4
1616
with:
1717
registry: ghcr.io
1818
username: ${{ github.actor }}

.github/workflows/push-migration-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v6
1212
- uses: ./.github/actions/setup-node
1313
- name: Log in to GitHub Container Registry
14-
uses: docker/login-action@v3
14+
uses: docker/login-action@v4
1515
with:
1616
registry: ghcr.io
1717
username: ${{ github.actor }}

0 commit comments

Comments
 (0)