diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 637bc155a..58421973f 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v5 - name: Configure Cache Env - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); @@ -221,14 +221,14 @@ jobs: # make sure it's working. # # - name: Configure Cache Env - # uses: actions/github-script@v8 + # uses: actions/github-script@v9 # with: # script: | # core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); # core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '') # - name: Configure ROCm Env - # uses: actions/github-script@v8 + # uses: actions/github-script@v9 # with: # script: | # core.exportVariable('ROCM_PATH', process.env.ROCM_PATH || '');