From f7af59e8a9fad38f0d5f088f01c653511224bc4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:15:44 +0000 Subject: [PATCH] :seedling: Bump docker/login-action from 2.0.0 to 3.0.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/container-image.yaml | 2 +- .github/workflows/draft_release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-image.yaml b/.github/workflows/container-image.yaml index 0a9df94..94200b5 100644 --- a/.github/workflows/container-image.yaml +++ b/.github/workflows/container-image.yaml @@ -22,7 +22,7 @@ jobs: make licenses-report - name: Login to GitHub Container Registry - uses: docker/login-action@v2.0.0 + uses: docker/login-action@v3.0.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/draft_release.yaml b/.github/workflows/draft_release.yaml index 70a1d2d..27f560d 100644 --- a/.github/workflows/draft_release.yaml +++ b/.github/workflows/draft_release.yaml @@ -50,7 +50,7 @@ jobs: make licenses-report - name: Login to GitHub Container Registry - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v3.0.0 with: registry: ghcr.io username: ${{ github.actor }}