Skip to content

Commit a0cab3f

Browse files
committed
fix: use go-task/setup-task instead of arduino/setup-task in CI
1 parent bb4c254 commit a0cab3f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
npm config set '//registry.npmjs.org/:_authToken'=${{ secrets.NPM_TOKEN }}
2525
- name: Install Task
26-
uses: arduino/setup-task@v2
26+
uses: go-task/setup-task@v1
2727

2828
- name: Install pnpm
2929
uses: pnpm/action-setup@v4

website/src/docs/community.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ can view the full list of community integrations
2222

2323
Some installation methods are maintained by third party:
2424

25-
- [GitHub Actions](https://github.com/arduino/setup-task) by @arduino
2625
- [AUR](https://aur.archlinux.org/packages/go-task-bin) by @carlsmedstad
2726
- [Scoop](https://github.com/ScoopInstaller/Main/blob/master/bucket/task.json)
2827
- [Fedora](https://packages.fedoraproject.org/pkgs/golang-github-task/go-task/)

0 commit comments

Comments
 (0)