Skip to content

Commit 12c71c7

Browse files
authored
Merge pull request #39 from arduino/dependabot/github_actions/arduino/setup-task-2
Bump arduino/setup-task from 1 to 2
2 parents 9a6d6c9 + f260d7b commit 12c71c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/check-go-dependencies-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
go-version: ${{ env.GO_VERSION }}
8282

8383
- name: Install Task
84-
uses: arduino/setup-task@v1
84+
uses: arduino/setup-task@v2
8585
with:
8686
repo-token: ${{ secrets.GITHUB_TOKEN }}
8787
version: 3.x
@@ -131,7 +131,7 @@ jobs:
131131
go-version: ${{ env.GO_VERSION }}
132132

133133
- name: Install Task
134-
uses: arduino/setup-task@v1
134+
uses: arduino/setup-task@v2
135135
with:
136136
repo-token: ${{ secrets.GITHUB_TOKEN }}
137137
version: 3.x

Diff for: .github/workflows/check-markdown-task.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
uses: xt0rted/markdownlint-problem-matcher@v2
8181

8282
- name: Install Task
83-
uses: arduino/setup-task@v1
83+
uses: arduino/setup-task@v2
8484
with:
8585
repo-token: ${{ secrets.GITHUB_TOKEN }}
8686
version: 3.x
@@ -103,7 +103,7 @@ jobs:
103103
node-version: ${{ env.NODE_VERSION }}
104104

105105
- name: Install Task
106-
uses: arduino/setup-task@v1
106+
uses: arduino/setup-task@v2
107107
with:
108108
repo-token: ${{ secrets.GITHUB_TOKEN }}
109109
version: 3.x

0 commit comments

Comments
 (0)