diff --git a/docs/community.md b/docs/community.md index 8958e793..dbef423d 100644 --- a/docs/community.md +++ b/docs/community.md @@ -27,7 +27,7 @@ and is published [here](https://marketplace.visualstudio.com/items?itemName=paul Some installation methods are maintained by third party: -- [GitHub Actions](https://github.com/arduino/actions/tree/master/setup-taskfile) +- [GitHub Actions](https://github.com/arduino/setup-task) by [@arduino](https://github.com/arduino) - [AUR](https://aur.archlinux.org/packages/taskfile-git) by [@kovetskiy](https://github.com/kovetskiy) diff --git a/docs/installation.md b/docs/installation.md index b74a3e73..86008a9b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -87,12 +87,12 @@ sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/b #### **GitHub Actions** If you want to install Task in GitHub Actions you can try using -[this action](https://github.com/arduino/actions/tree/master/setup-taskfile) +[this action](https://github.com/arduino/setup-task) by the Arduino team: ```yaml - name: Install Task - uses: Arduino/actions/setup-taskfile@master + uses: arduino/setup-task@v1 ``` This installation method is community owned.