diff --git a/.github/workflows/dev-container.yml b/.github/workflows/dev-container.yml index a7905e52eeb..0648b8eae8e 100644 --- a/.github/workflows/dev-container.yml +++ b/.github/workflows/dev-container.yml @@ -25,7 +25,7 @@ jobs: 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 }}