Skip to content

Commit 3141667

Browse files
chore(deps): update docker/login-action action to v3
1 parent 692a09c commit 3141667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devcontainer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616
- name: Login to GitHub Container Registry
17-
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
17+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
1818
with:
1919
registry: ghcr.io
2020
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)