Skip to content

Commit 49d2ae1

Browse files
authored
Merge pull request #615 from solidnerd/renovate/peter-evans-dockerhub-description-5.x
chore(deps): update peter-evans/dockerhub-description action to v5
2 parents 67efc3c + 1fc2751 commit 49d2ae1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
cache-to: type=registry,ref=solidnerd/bookstack-dev:${{ github.sha }}
126126

127127
- name: Update repo description
128-
uses: peter-evans/dockerhub-description@432a30c9e07499fd01da9f8a49f0faf9e0ca5b77 # v4.0.2
128+
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0
129129
with:
130130
username: ${{ vars.DOCKERHUB_USERNAME }}
131131
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
cache-to: type=registry,ref=solidnerd/bookstack-dev:${{ github.sha }}
132132

133133
- name: Update repo description
134-
uses: peter-evans/dockerhub-description@432a30c9e07499fd01da9f8a49f0faf9e0ca5b77 # v4.0.2
134+
uses: peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0
135135
with:
136136
username: ${{ vars.DOCKERHUB_USERNAME }}
137137
password: ${{ secrets.DOCKER_PASSWORD }}

0 commit comments

Comments
 (0)