diff --git a/.github/workflows/base-pkg-image.yml b/.github/workflows/base-pkg-image.yml index 0fba8ee..f77f918 100644 --- a/.github/workflows/base-pkg-image.yml +++ b/.github/workflows/base-pkg-image.yml @@ -27,7 +27,7 @@ jobs: - uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3 - name: Log in to GHCR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/ci-builder-image.yml b/.github/workflows/ci-builder-image.yml index bc8f5f0..f7f580d 100644 --- a/.github/workflows/ci-builder-image.yml +++ b/.github/workflows/ci-builder-image.yml @@ -32,7 +32,7 @@ jobs: - uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3 - name: Log in to GHCR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index 95e4618..c43d357 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -57,7 +57,7 @@ jobs: tool: cargo-get,just - name: Registry login - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}