We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d5fffd + e236f08 commit 392510fCopy full SHA for 392510f
1 file changed
.github/workflows/ci.yml
@@ -46,9 +46,8 @@ jobs:
46
cache: true
47
48
- name: Install Task
49
- uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2.0.0
+ uses: go-task/setup-task@0ab1b2a65bc55236a3bc64cde78f80e20e8885c2 # v1.0.0
50
with:
51
- repo-token: ${{ secrets.GITHUB_TOKEN }}
52
version: 3.x
53
54
- name: Run tests
@@ -90,9 +89,8 @@ jobs:
90
89
91
92
93
94
95
96
97
98
- name: Build
0 commit comments