From 02b9f3052eb96e94983a12ca82a1d0818dfa1ff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 09:00:46 +0000 Subject: [PATCH] ci(deps): bump peter-evans/dockerhub-description from 3.0.0 to 3.1.2 Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 3.0.0 to 3.1.2. - [Release notes](https://github.com/peter-evans/dockerhub-description/releases) - [Commits](https://github.com/peter-evans/dockerhub-description/compare/v3.0.0...v3.1.2) --- updated-dependencies: - dependency-name: peter-evans/dockerhub-description dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6075683..7c8766b 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -32,7 +32,7 @@ jobs: path: version.txt - name: "Update Docker Hub description" - uses: peter-evans/dockerhub-description@v3.0.0 + uses: peter-evans/dockerhub-description@v3.1.2 env: DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}