diff --git a/.github/workflows/cargo-test.yml b/.github/workflows/cargo-test.yml index 9eec1704..63f51040 100644 --- a/.github/workflows/cargo-test.yml +++ b/.github/workflows/cargo-test.yml @@ -58,7 +58,7 @@ jobs: key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} - name: Login to GitHub Container Registry - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ github.actor }}