Skip to content

Commit

Permalink
Merge pull request #51671 from akhilgkrishnan/update-gh-action-versions
Browse files Browse the repository at this point in the history
Upgrade the docker-login and checkout action versions
  • Loading branch information
rafaelfranca committed Apr 30, 2024
2 parents eb84ca3 + 4d35717 commit b7d1ff7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devcontainer-smoke-test.yml
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- name: Checkout (GitHub)
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit b7d1ff7

Please sign in to comment.