diff --git a/action.yml b/action.yml index 091793321..e8b3f6eda 100644 --- a/action.yml +++ b/action.yml @@ -117,18 +117,12 @@ runs: stack: ${{ inputs.stack }} settings-path: github.actions_enabled - - name: Update Global Path for tfcmt - if: ${{ steps.atmos-github-actions-enabled.outputs.value == 'true' }} - shell: bash - run: | - # setup-tfcmt requires this PATH update when running on self-hosted (amazon linux) https://github.com/shmokmt/actions-setup-tfcmt/blob/main/action.yml#L11C1-L12C1 - echo "/usr/local/bin" >> $GITHUB_PATH - - name: Install tfcmt if: ${{ steps.atmos-github-actions-enabled.outputs.value == 'true' }} - uses: shmokmt/actions-setup-tfcmt@v2 + uses: jaxxstorm/action-install-gh-release@v1.10.0 with: - version: v4.6.0 + repo: suzuki-shunsuke/tfcmt + tag: v4.6.0 - name: Prepare Artifacts Directory if: ${{ steps.atmos-github-actions-enabled.outputs.value == 'true' }}