We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8cf72 commit 7df1aa7Copy full SHA for 7df1aa7
1 file changed
{{cookiecutter.project_name|replace(" ", "")}}/.github/actions/bootstrap/action.yml
@@ -31,7 +31,7 @@ runs:
31
python-version: ${{ "{{ inputs.python-version }}" }}
32
33
- name: Install Task
34
- uses: arduino/setup-task@v2
+ uses: go-task/setup-task@v1
35
with:
36
# Passing a repo token reduces the likelihood of API rate limit exceeded
37
repo-token: ${{ "{{ inputs.token }}" }}
0 commit comments