diff --git a/.github/workflows/build-and-push-artifacts.yml b/.github/workflows/build-and-push-artifacts.yml index 82b1ade..d22aaa6 100644 --- a/.github/workflows/build-and-push-artifacts.yml +++ b/.github/workflows/build-and-push-artifacts.yml @@ -73,7 +73,7 @@ jobs: steps: - name: Push hash to environment repo to start deploy process [if main] if: ${{ github.ref_name == 'main' }} - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GH_ENV_TOKEN }} script: |