From 4d988e3ef6f6c2b9ff3cd9c43e7ecd79e5200b18 Mon Sep 17 00:00:00 2001 From: Umberto Baldi <34278123+umbynos@users.noreply.github.com> Date: Thu, 20 May 2021 11:02:03 +0200 Subject: [PATCH 1/2] Update test.yml --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 708f82254..05379806a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,9 +45,8 @@ jobs: go get golang.org/x/lint/golint - name: Install Taskfile - uses: arduino/actions/setup-taskfile@master + uses: arduino/setup-task@v1 with: - version: '3.x' repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Check the code is good From ff03426ba04998cadf8894e6aeb3443f4f20a68f Mon Sep 17 00:00:00 2001 From: Umberto Baldi <34278123+umbynos@users.noreply.github.com> Date: Thu, 20 May 2021 11:06:06 +0200 Subject: [PATCH 2/2] Update release.yml --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 662eaf992..f9f452565 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -77,9 +77,8 @@ jobs: go get -u github.com/sanbornm/go-selfupdate/... - name: Install Taskfile - uses: arduino/actions/setup-taskfile@master + uses: arduino/setup-task@v1 with: - version: '3.x' repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Check the code is good