diff --git a/.github/workflows/docker-size.yml b/.github/workflows/docker-size.yml index 5182837..c05a873 100644 --- a/.github/workflows/docker-size.yml +++ b/.github/workflows/docker-size.yml @@ -50,7 +50,7 @@ jobs: pull-requests: write steps: - name: 💬 Post Size Comparison - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: docker-size message: | diff --git a/.github/workflows/lint-pr-title.yml b/.github/workflows/lint-pr-title.yml index 9ddc5ed..569a750 100644 --- a/.github/workflows/lint-pr-title.yml +++ b/.github/workflows/lint-pr-title.yml @@ -24,7 +24,7 @@ jobs: - name: 💬 Post Error Comment if: failure() - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: pr-title-lint-error message: | @@ -47,7 +47,7 @@ jobs: - name: ✅ Delete Error Comment if: success() - uses: marocchino/sticky-pull-request-comment@v2 + uses: marocchino/sticky-pull-request-comment@v3 with: header: pr-title-lint-error delete: true