From 6fc0fb0e365422ee070b2845d0aa0cd1583a8529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 22:21:18 +0000 Subject: [PATCH] Bump docker/login-action from 1.12.0 to 1.14.1 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.12.0 to 1.14.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.12.0...v1.14.1) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/baseline.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/rebaseline_docker.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/baseline.yml b/.github/workflows/baseline.yml index 532e8231..93e63708 100644 --- a/.github/workflows/baseline.yml +++ b/.github/workflows/baseline.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v2.4.0 - name: Login to Docker Hub - uses: docker/login-action@v1.12.0 + uses: docker/login-action@v1.14.1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6ef6f467..bb5d9a06 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -59,7 +59,7 @@ jobs: body: ${{ github.event.pull_request.body }} - name: Login to Docker Hub - uses: docker/login-action@v1.12.0 + uses: docker/login-action@v1.14.1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/rebaseline_docker.yml b/.github/workflows/rebaseline_docker.yml index b2d5ad79..e959f75f 100644 --- a/.github/workflows/rebaseline_docker.yml +++ b/.github/workflows/rebaseline_docker.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v2.4.0 - name: Login to Docker Hub - uses: docker/login-action@v1.12.0 + uses: docker/login-action@v1.14.1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}