We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0bb219 + a2478fa commit a964986Copy full SHA for a964986
.github/workflows/pr.yml
@@ -50,7 +50,7 @@ jobs:
50
go-version: ${{ env.GO_VERSION }}
51
52
- name: Install Task
53
- uses: arduino/setup-task@v1
+ uses: arduino/setup-task@v2
54
55
- name: Setup Ruby, JRuby and TruffleRuby # for integration testing
56
uses: ruby/[email protected]
.github/workflows/release.yml
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
93
- name: Install dependencies
94
run: |
0 commit comments