diff --git a/.github/workflows/dotnet-cd.yml b/.github/workflows/dotnet-cd.yml index 971a857..243d0b4 100644 --- a/.github/workflows/dotnet-cd.yml +++ b/.github/workflows/dotnet-cd.yml @@ -87,7 +87,7 @@ jobs: run: dotnet test --configuration Release --no-build --verbosity normal - name: Log in to GitHub Container Registry - uses: docker/login-action@v4.0.0 + uses: docker/login-action@v4.1.0 with: registry: ghcr.io username: ${{ github.actor }}