Skip to content

Commit 18a253b

Browse files
authored
Merge pull request #595 from gerlero/dependabot/github_actions/peter-evans/dockerhub-description-5
Bump peter-evans/dockerhub-description from 4 to 5
2 parents 3cef6ed + 5fe2f25 commit 18a253b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerhub-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
sed -i "s|^\s*#\s\+\(.\+\)|# [\1]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY)|" README.md
2323
- name: Update Docker Hub description
24-
uses: peter-evans/dockerhub-description@v4
24+
uses: peter-evans/dockerhub-description@v5
2525
with:
2626
username: ${{ secrets.DOCKERHUB_USERNAME }}
2727
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)