Skip to content

Commit 2328656

Browse files
authored
Merge pull request #186 from per1234/unpin-task
Revert "Pin Windows-compatible version of Task where necessary"
2 parents f8b7164 + 321fab0 commit 2328656

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

workflow-templates/dependabot/workflow-template-copies/.github/workflows/test-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: arduino/setup-task@v1
9292
with:
9393
repo-token: ${{ secrets.GITHUB_TOKEN }}
94-
version: 3.9.0
94+
version: 3.x
9595

9696
- name: Run integration tests
9797
run: task go:test-integration

workflow-templates/dependabot/workflow-template-copies/.github/workflows/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: arduino/setup-task@v1
8787
with:
8888
repo-token: ${{ secrets.GITHUB_TOKEN }}
89-
version: 3.9.0
89+
version: 3.x
9090

9191
- name: Run tests
9292
env:

workflow-templates/test-go-integration-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: arduino/setup-task@v1
9292
with:
9393
repo-token: ${{ secrets.GITHUB_TOKEN }}
94-
version: 3.9.0
94+
version: 3.x
9595

9696
- name: Run integration tests
9797
run: task go:test-integration

workflow-templates/test-go-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
uses: arduino/setup-task@v1
8787
with:
8888
repo-token: ${{ secrets.GITHUB_TOKEN }}
89-
version: 3.9.0
89+
version: 3.x
9090

9191
- name: Run tests
9292
env:

0 commit comments

Comments
 (0)