diff --git a/.github/workflows/ci&cd.yml b/.github/workflows/ci&cd.yml index 7ecb6d5..1e32fdc 100644 --- a/.github/workflows/ci&cd.yml +++ b/.github/workflows/ci&cd.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}