8000 Merge pull request #178 from arduino/dependabot/github_actions/arduin… · arduino/arduino-language-server@1c2d4dd · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1c2d4dd

Browse files
Merge pull request #178 from arduino/dependabot/github_actions/arduino/setup-task-2
Bump arduino/setup-task from 1 to 2
2 parents 87bb2c8 + 3e71cfc commit 1c2d4dd

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/check-go-dependencies-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
go-version: ${{ env.GO_VERSION }}
8888

8989
- name: Install Task
90-
uses: arduino/setup-task@v1
90+
uses: arduino/setup-task@v2
9191
with:
9292
repo-token: ${{ secrets.GITHUB_TOKEN }}
9393
version: 3.x
@@ -143,7 +143,7 @@ jobs:
143143
go-version: ${{ env.GO_VERSION }}
144144

145145
- name: Install Task
146-
uses: arduino/setup-task@v1
146+
uses: arduino/setup-task@v2
147147
with:
148148
repo-token: ${{ secrets.GITHUB_TOKEN }}
149149
version: 3.x

.github/workflows/check-go-task.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
go-version: ${{ env.GO_VERSION }}
7676

7777
- name: Install Task
78-
uses: arduino/setup-task@v1
78+
uses: arduino/setup-task@v2
7979
with:
8080
repo-token: ${{ secrets.GITHUB_TOKEN }}
8181
version: 3.x
@@ -108,7 +108,7 @@ jobs:
108108
go-version: ${{ env.GO_VERSION }}
109109

110110
- name: Install Task
111-
uses: arduino/setup-task@v1
111+
uses: arduino/setup-task@v2
112112
with:
113113
repo-token: ${{ secrets.GITHUB_TOKEN }}
114114
version: 3.x
@@ -144,7 +144,7 @@ jobs:
144144
go-version: ${{ env.GO_VERSION }}
145145

146146
- name: Install Task
147-
uses: arduino/setup-task@v1
147+
uses: arduino/setup-task@v2
148148
with:
149149
repo-token: ${{ secrets.GITHUB_TOKEN }}
150150
version: 3.x
@@ -180,7 +180,7 @@ jobs:
180180
go-version: ${{ env.GO_VERSION }}
181181

182182
- name: Install Task
183-
uses: arduino/setup-task@v1
183+
uses: arduino/setup-task@v2
184184
with:
185185
repo-token: ${{ secrets.GITHUB_TOKEN }}
186186
version: 3.x

.github/workflows/check-markdown-task.yml

Lines changed: 2 additions & 2 deletions
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

.github/workflows/release-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
changelog-file-path: "${{ env.DIST_DIR }}/CHANGELOG.md"
5050

5151
- name: Install Task
52-
uses: arduino/setup-task@v1
52+
uses: arduino/setup-task@v2
5353
with:
5454
repo-token: ${{ secrets.GITHUB_TOKEN }}
5555
version: 3.x

0 commit comments

Comments
 (0)
0