diff --git a/.github/workflows/release-thin.yml b/.github/workflows/release-thin.yml index 710dc49bb..ee532d86c 100644 --- a/.github/workflows/release-thin.yml +++ b/.github/workflows/release-thin.yml @@ -218,7 +218,7 @@ jobs: - name: Verify main release exists if: github.event_name == 'workflow_run' - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7 with: script: | const tag = '${{ steps.get_tag.outputs.tag }}';