diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 60cecd9..893bc0b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Depot uses: depot/setup-action@v1 - name: Log in to the container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}