diff --git a/.github/workflows/base-images-upgrade.yaml b/.github/workflows/base-images-upgrade.yaml index 18040890..f1037f1c 100644 --- a/.github/workflows/base-images-upgrade.yaml +++ b/.github/workflows/base-images-upgrade.yaml @@ -64,7 +64,7 @@ jobs: git push -f origin "$SELF_UPGRADE_BRANCH" - if: ${{ steps.is-up-to-date.outputs.result != 'true' }} - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const { repo, owner } = context.repo; diff --git a/.github/workflows/kind-images-upgrade.yaml b/.github/workflows/kind-images-upgrade.yaml index a9fc070e..22be8df4 100644 --- a/.github/workflows/kind-images-upgrade.yaml +++ b/.github/workflows/kind-images-upgrade.yaml @@ -64,7 +64,7 @@ jobs: git push -f origin "$SELF_UPGRADE_BRANCH" - if: ${{ steps.is-up-to-date.outputs.result != 'true' }} - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const { repo, owner } = context.repo; diff --git a/modules/repository-base/base/.github/workflows/make-self-upgrade.yaml b/modules/repository-base/base/.github/workflows/make-self-upgrade.yaml index 55223544..e2eabb84 100644 --- a/modules/repository-base/base/.github/workflows/make-self-upgrade.yaml +++ b/modules/repository-base/base/.github/workflows/make-self-upgrade.yaml @@ -81,7 +81,7 @@ jobs: git push -f origin "$SELF_UPGRADE_BRANCH" - if: ${{ steps.is-up-to-date.outputs.result != 'true' }} - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: github-token: ${{ steps.octo-sts.outputs.token }} script: |