summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2024-03-06 10:11:46 +0100
committerGravatar GitHub <noreply@github.com> 2024-03-06 10:11:46 +0100
commit83f7bba7c47b5ce53a0712a1053a9d8db923ef1b (patch)
treeb6471546d19ea44cc3cb5e2ce3240ecfe51d6d36
parent80649ff23d3c107c3b25dece47ba3d126c6854d0 (diff)
Bump peter-evans/dockerhub-description from 3.4.2 to 4.0.0 (#6167)
Bumps [peter-evans/dockerhub-description](https://github.com/peter-evans/dockerhub-description) from 3.4.2 to 4.0.0. - [Release notes](https://github.com/peter-evans/dockerhub-description/releases) - [Commits](https://github.com/peter-evans/dockerhub-description/compare/dc67fad7001ef9e8e3c124cb7a64e16d0a63d864...e98e4d1628a5f3be2be7c231e50981aee98723ae) --- updated-dependencies: - dependency-name: peter-evans/dockerhub-description dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/dockerhub-description.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dockerhub-description.yml b/.github/workflows/dockerhub-description.yml
index a46b20906..91fe1211f 100644
--- a/.github/workflows/dockerhub-description.yml
+++ b/.github/workflows/dockerhub-description.yml
@@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: Update repo description
- uses: peter-evans/dockerhub-description@dc67fad7001ef9e8e3c124cb7a64e16d0a63d864
+ uses: peter-evans/dockerhub-description@e98e4d1628a5f3be2be7c231e50981aee98723ae
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}