Skip to content

Commit a9e2af6

Browse files
committed
Update more deprecated node-16 github actions
1 parent 040fcf4 commit a9e2af6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-test-publish/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ runs:
118118
name: 🐳 Generate Image Metadata
119119
if: ${{ inputs.publish == 'true' }}
120120
id: meta
121-
uses: docker/metadata-action@v4
121+
uses: docker/metadata-action@v5
122122
with:
123123
images: |
124124
${{ inputs.docker-image }}
@@ -159,7 +159,7 @@ runs:
159159
160160
-
161161
name: 🖋 Docker Hub
162-
uses: peter-evans/dockerhub-description@5862ccd54c82fd1a0e6c5533916f2c53ddc5d25f
162+
uses: peter-evans/dockerhub-description@v4
163163
# Check if the repo has a README.md for publication, and if so update the
164164
# description on Docker Hub.
165165
if: ${{ inputs.publish == 'true' && inputs.publish-dockerhub-description == 'true' }}

0 commit comments

Comments
 (0)