We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9441a commit 556890dCopy full SHA for 556890d
.github/workflows/generate-index.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v4
35
36
- name: Install Taskfile
37
- uses: arduino/setup-task@v1
+ uses: arduino/setup-task@v2
38
39
- name: Install Python
40
uses: actions/setup-python@v5
.github/workflows/release-go-crosscompile-task.yml
@@ -220,7 +220,7 @@ jobs:
220
pattern: ${{ env.ARTIFACT_PREFIX }}*
221
222
223
224
with:
225
repo-token: ${{ secrets.GITHUB_TOKEN }}
226
version: 3.x
0 commit comments