diff --git a/init-pants/action.yaml b/init-pants/action.yaml index 4e44045..76d269d 100644 --- a/init-pants/action.yaml +++ b/init-pants/action.yaml @@ -205,7 +205,7 @@ runs: # https://www.pantsbuild.org/2.20/docs/using-pants/remote-caching-and-execution/remote-caching#workflow - name: Configure Pants Remote Caching store if: inputs.experimental-remote-cache-via-gha == 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | core.exportVariable('PANTS_REMOTE_STORE_ADDRESS', process.env.ACTIONS_CACHE_URL);