diff --git a/.github/workflows/ci-license.yml b/.github/workflows/ci-license.yml index 38284ee..0c3e91a 100644 --- a/.github/workflows/ci-license.yml +++ b/.github/workflows/ci-license.yml @@ -45,7 +45,7 @@ jobs: fi shell: bash - - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + - uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3 if: ${{ steps.check.outputs.result > 0 }} with: header: license-error @@ -70,7 +70,7 @@ jobs: if: ${{ steps.check.outputs.result > 0 }} run: exit 1 - - uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1 + - uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3 if: ${{ steps.check.outputs.result == 0 }} with: header: license-error