From 17bcb7db519a9a502898a58259dd0b8d51898131 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 16:56:35 +0300 Subject: [PATCH] chore(deps): update docker/login-action action to v3.3.0 (#1957) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- .github/workflows/nightly.yaml | 2 +- .github/workflows/pr.yaml | 2 +- .github/workflows/publish-docker-image-ghcr.yml | 2 +- .github/workflows/publish-profiling-petclinic-base.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c771622a3..4e6af1483 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -136,7 +136,7 @@ jobs: key: ${{ runner.os }}-gradle-wrapper-cache-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 6e9095a0b..235e2f6e7 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -110,7 +110,7 @@ jobs: key: ${{ runner.os }}-gradle-wrapper-cache-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index cf228e073..96ea932f7 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -133,7 +133,7 @@ jobs: key: ${{ runner.os }}-gradle-wrapper-cache-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/publish-docker-image-ghcr.yml b/.github/workflows/publish-docker-image-ghcr.yml index 37da6e91e..da478fe0b 100644 --- a/.github/workflows/publish-docker-image-ghcr.yml +++ b/.github/workflows/publish-docker-image-ghcr.yml @@ -35,7 +35,7 @@ jobs: run: echo MAJOR_VERSION=${GITHUB_REF_NAME} | sed -e 's/\..*//' >> $GITHUB_ENV - name: Login to GitHub Container Registry - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/publish-profiling-petclinic-base.yml b/.github/workflows/publish-profiling-petclinic-base.yml index 534c05108..8c1554a88 100644 --- a/.github/workflows/publish-profiling-petclinic-base.yml +++ b/.github/workflows/publish-profiling-petclinic-base.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4.1.7 - uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: registry: ghcr.io username: ${{ github.repository_owner }}