Skip to content

Commit 3d18125

Browse files
committed
Update docker/login-action
1 parent d3ebd45 commit 3d18125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deploy-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
uses: ./.github/actions/get-idris-sha
5050

5151
- name: Login to GHCR
52-
uses: docker/login-action@v2.2.0
52+
uses: docker/login-action@v3
5353
with:
5454
registry: ghcr.io
5555
username: ${{ github.actor }}

0 commit comments

Comments
 (0)