Skip to content

Commit 4b772a5

Browse files
build(deps): bump peter-evans/dockerhub-description from 3 to 4 (#443)
1 parent 473b2f0 commit 4b772a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
- name: Update Docker Hub repository description from readme
242242
# only run this task if we have a pull request which is merged
243243
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository == 'cytomining/pycytominer'
244-
uses: peter-evans/dockerhub-description@v3
244+
uses: peter-evans/dockerhub-description@v4
245245
with:
246246
username: ${{ secrets.DOCKER_USER }}
247247
password: ${{ secrets.DOCKER_TOKEN }}

0 commit comments

Comments
 (0)