Skip to content

Commit b7d1ff7

Browse files
authored
Merge pull request rails#51671 from akhilgkrishnan/update-gh-action-versions
Upgrade the docker-login and checkout action versions
2 parents eb84ca3 + 4d35717 commit b7d1ff7

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)