diff --git a/.github/workflows/frontend_ci.yml b/.github/workflows/frontend_ci.yml index 66ef7440ffe..bedc0a5f52e 100644 --- a/.github/workflows/frontend_ci.yml +++ b/.github/workflows/frontend_ci.yml @@ -302,7 +302,7 @@ jobs: body-regex: '⚠️ Broken Links ⚠️' - name: Delete Previous Warnings Comment if: ${{ steps.comment_find.outputs.comment-id != '' }} - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -377,7 +377,7 @@ jobs: body-regex: '\.*deployed to Chromatic.*\gi' - name: Delete Previous Comment if: ${{ steps.comment_find.outputs.comment-id }} - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/frontend_ci_docker.yml b/.github/workflows/frontend_ci_docker.yml index 4f522111391..275c7fed46b 100644 --- a/.github/workflows/frontend_ci_docker.yml +++ b/.github/workflows/frontend_ci_docker.yml @@ -131,7 +131,7 @@ jobs: - name: Delete Previous Chromatic Comment if: steps.find_chromatic_comment.outputs.comment-id != '' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -408,7 +408,7 @@ jobs: - name: Delete Previous Warnings Comment if: ${{ steps.comment_find.outputs.comment-id != '' }} - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |