Skip to content

Commit ebfac45

Browse files
authored
ci(task): use official setup action (#69)
1 parent 0a6c804 commit ebfac45

File tree

2 files changed

+2
-2
lines changed
  • .github/actions/bootstrap
  • {{cookiecutter.project_name|replace(" ", "")}}/.github/actions/bootstrap

2 files changed

+2
-2
lines changed

.github/actions/bootstrap/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
python-version: ${{ inputs.python-version }}
3232

3333
- name: Install Task
34-
uses: arduino/setup-task@v2
34+
uses: go-task/setup-task@v1
3535
with:
3636
# Passing a repo token reduces the likelihood of API rate limit exceeded
3737
repo-token: ${{ inputs.token }}

{{cookiecutter.project_name|replace(" ", "")}}/.github/actions/bootstrap/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
python-version: ${{ "{{ inputs.python-version }}" }}
3232

3333
- name: Install Task
34-
uses: arduino/setup-task@v2
34+
uses: go-task/setup-task@v1
3535
with:
3636
# Passing a repo token reduces the likelihood of API rate limit exceeded
3737
repo-token: ${{ "{{ inputs.token }}" }}

0 commit comments

Comments
 (0)