diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fe238c532..bfac2917c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,7 +29,7 @@ jobs: - name: Look for prior successful runs id: check if: github.event.inputs.git_version == '' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{secrets.GITHUB_TOKEN}} result-encoding: string @@ -130,7 +130,7 @@ jobs: - name: Skip this job if there is a previous successful run if: needs.validate.outputs.skip != '' id: skip - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | core.info(`Skipping: There already is a successful run: ${{ needs.validate.outputs.skip }}`) @@ -212,7 +212,7 @@ jobs: - name: Skip this job if there is a previous successful run if: needs.validate.outputs.skip != '' id: skip - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | core.info(`Skipping: There already is a successful run: ${{ needs.validate.outputs.skip }}`)