diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1db792c..d4f2479 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -142,7 +142,7 @@ jobs: continue-on-error: true - name: Log in to GHCR (read-only) - uses: docker/login-action@v4.3.0 + uses: docker/login-action@v4.4.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -171,7 +171,7 @@ jobs: continue-on-error: true - name: Log in to GHCR - uses: docker/login-action@v4.3.0 + uses: docker/login-action@v4.4.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -201,7 +201,7 @@ jobs: continue-on-error: true - name: Log in to GHCR - uses: docker/login-action@v4.3.0 + uses: docker/login-action@v4.4.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -336,7 +336,7 @@ jobs: continue-on-error: true - name: Log in to GHCR - uses: docker/login-action@v4.3.0 + uses: docker/login-action@v4.4.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/sandbox-consumer.example.yaml b/.github/workflows/sandbox-consumer.example.yaml index 8b675ab..1bc26c8 100644 --- a/.github/workflows/sandbox-consumer.example.yaml +++ b/.github/workflows/sandbox-consumer.example.yaml @@ -59,7 +59,7 @@ jobs: run: sudo apt-get update && sudo apt-get install -y bats - name: Log in to GHCR (read-only) - uses: docker/login-action@v4.3.0 + uses: docker/login-action@v4.4.0 with: registry: ghcr.io username: ${{ github.actor }}