diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index e3ac7e296286..aea05bd05737 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -428,7 +428,7 @@ jobs: # GitHub Actions doesn't expose the job ID or the URL to the job execution, # so we have to fetch it from the API - name: Fetch job logs URL - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 if: success() || failure() continue-on-error: true with: