diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 257300d0..328d517b 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -28,7 +28,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/build_and_release_test_sbom.yml b/.github/workflows/build_and_release_test_sbom.yml index a584b0fb..2138d09f 100644 --- a/.github/workflows/build_and_release_test_sbom.yml +++ b/.github/workflows/build_and_release_test_sbom.yml @@ -35,7 +35,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/build_deploy_onboard.yml b/.github/workflows/build_deploy_onboard.yml index 8388cc26..92f58092 100644 --- a/.github/workflows/build_deploy_onboard.yml +++ b/.github/workflows/build_deploy_onboard.yml @@ -24,7 +24,7 @@ jobs: uses: docker/metadata-action@v5 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/integration_fakeserver_tests.yml b/.github/workflows/integration_fakeserver_tests.yml index 3f683c8c..5741bf0d 100644 --- a/.github/workflows/integration_fakeserver_tests.yml +++ b/.github/workflows/integration_fakeserver_tests.yml @@ -27,7 +27,7 @@ jobs: uses: docker/metadata-action@v5 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/integration_fakeserver_tests_latest_version.yml b/.github/workflows/integration_fakeserver_tests_latest_version.yml index 6cdac386..1a140bd7 100644 --- a/.github/workflows/integration_fakeserver_tests_latest_version.yml +++ b/.github/workflows/integration_fakeserver_tests_latest_version.yml @@ -27,7 +27,7 @@ jobs: uses: docker/metadata-action@v5 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}