Skip to content

Commit 0d726a0

Browse files
authored
chore(deps): bump docker/login-action from 2 to 3 (#21)
2 parents d3050ee + 7c86f2d commit 0d726a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Docker Login to GitHub Container Registry
22-
uses: docker/login-action@v2
22+
uses: docker/login-action@v3
2323
with:
2424
registry: ghcr.io
2525
username: ${{ github.actor }}

0 commit comments

Comments
 (0)