diff --git a/.github/actions/bootstrap/action.yml b/.github/actions/bootstrap/action.yml index a63555a..7b5787f 100644 --- a/.github/actions/bootstrap/action.yml +++ b/.github/actions/bootstrap/action.yml @@ -31,7 +31,7 @@ runs: python-version: ${{ inputs.python-version }} - name: Install Task - uses: arduino/setup-task@v2 + uses: go-task/setup-task@v1 with: # Passing a repo token reduces the likelihood of API rate limit exceeded repo-token: ${{ inputs.token }} diff --git "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/actions/bootstrap/action.yml" "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/actions/bootstrap/action.yml" index c74b61c..e8494d7 100644 --- "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/actions/bootstrap/action.yml" +++ "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/actions/bootstrap/action.yml" @@ -31,7 +31,7 @@ runs: python-version: ${{ "{{ inputs.python-version }}" }} - name: Install Task - uses: arduino/setup-task@v2 + uses: go-task/setup-task@v1 with: # Passing a repo token reduces the likelihood of API rate limit exceeded repo-token: ${{ "{{ inputs.token }}" }}