From 9a8cf725e95c846355b4e2b1a0ae3f1ebe110df4 Mon Sep 17 00:00:00 2001 From: Jon Zeolla Date: Mon, 13 Oct 2025 10:47:02 -0400 Subject: [PATCH 1/2] ci(task): use official setup action --- .github/actions/bootstrap/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} From 7df1aa76358a87d4954a6bae31bd587f30e07492 Mon Sep 17 00:00:00 2001 From: Jon Zeolla Date: Mon, 13 Oct 2025 10:47:21 -0400 Subject: [PATCH 2/2] Fix generation project too --- .../.github/actions/bootstrap/action.yml" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}" }}