From 8bdee26cf177f6a6d19bd81ac76412d812507b7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Mar 2022 12:18:09 +0100 Subject: [PATCH] chore(deps): bump peter-evans/dockerhub-description from 2 to 3 (#12) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 57022fd..1c7f65e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -54,7 +54,7 @@ jobs: labels: ${{ steps.prep.outputs.labels }} - name: Update Description continue-on-error: true - uses: peter-evans/dockerhub-description@v2 + uses: peter-evans/dockerhub-description@v3 with: short-description: ${{ github.event.repository.description }} username: ${{ secrets.DOCKERHUB_USERNAME }}