Skip to content

Commit 4d35717

Browse files
Upgrade the docker-login and checkout action versions
1 parent 0a9e39d commit 4d35717

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/devcontainer-smoke-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515

1616
steps:
1717
- name: Checkout (GitHub)
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Login to GitHub Container Registry
21-
uses: docker/login-action@v2
21+
uses: docker/login-action@v3
2222
with:
2323
registry: ghcr.io
2424
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)