diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 6b8b43f..64021c8 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -47,7 +47,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - id: meta - uses: docker/metadata-action@v5.4.0 + uses: docker/metadata-action@v5.5.1 with: images: | kineticcafe/sqitch-pgtap @@ -88,7 +88,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max - - uses: peter-evans/dockerhub-description@v3.4.2 + - uses: peter-evans/dockerhub-description@v4.0.0 with: repository: kineticcafe/sqitch-pgtap username: ${{ secrets.DOCKERHUB_USERNAME }}