diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 418fcfe..1a6ca72 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,7 +36,7 @@ jobs: - name: Extract metadata (tags, labels) for Docker id: meta - uses: docker/metadata-action@57396166ad8aefe6098280995947635806a0e6ea + uses: docker/metadata-action@507c2f2dc502c992ad446e3d7a5dfbe311567a96 with: images: | ${{ secrets.DOCKERHUB_USERNAME }}/hullcss diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18fc3f7..c668fad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: google-github-actions/release-please-action@v3.7.1 + - uses: google-github-actions/release-please-action@v3.7.2 with: release-type: node package-name: release-please-action