Skip to content

Commit 2a3eee4

Browse files
authored
Merge pull request #20 from jski/dependabot/github_actions/docker/login-action-4
Bump docker/login-action from 3 to 4
2 parents 182217b + 7f4977d commit 2a3eee4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: docker/setup-buildx-action@v4
5151

5252
- name: Log in to GitHub Container Registry
53-
uses: docker/login-action@v3
53+
uses: docker/login-action@v4
5454
with:
5555
registry: ghcr.io
5656
username: ${{ github.actor }}
@@ -200,7 +200,7 @@ jobs:
200200
python_version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
201201
steps:
202202
- name: Log in to GitHub Container Registry
203-
uses: docker/login-action@v3
203+
uses: docker/login-action@v4
204204
with:
205205
registry: ghcr.io
206206
username: ${{ github.actor }}

0 commit comments

Comments
 (0)