Skip to content

Commit 526b439

Browse files
Update docker/login-action action to v3
1 parent c1bd7f7 commit 526b439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Login to GitHub
3434
if: github.event_name != 'pull_request'
35-
uses: docker/login-action@v1.14.1
35+
uses: docker/login-action@v3.1.0
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.actor }}
@@ -84,7 +84,7 @@ jobs:
8484

8585
steps:
8686
- name: Login to GitHub
87-
uses: docker/login-action@v1.14.1
87+
uses: docker/login-action@v3.1.0
8888
with:
8989
registry: ghcr.io
9090
username: ${{ github.actor }}

0 commit comments

Comments
 (0)