setup-task
setup-task copied to clipboard
GitHub Actions action to make Task available for use in your workflow
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.9.0. Release notes Sourced from @typescript-eslint/parser's releases. v7.9.0 7.9.0 (2024-05-13) 🚀 Features rule-tester: check for missing placeholder data in the message (#9039) 🩹 Fixes do...
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.2.0. Release notes Sourced from eslint's releases. v9.2.0 Features 8485d76 feat: no-case-declarations add suggestions (#18388) (Josh Goldberg ✨) a498f35 feat: update Unicode letter detection in...
Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.37.0 to 0.40.0. Release notes Sourced from markdownlint-cli's releases. 0.40.0 Update markdownlint dependency to 0.34.0 Use micromark in MD027/MD028/MD036/MD040/MD041/MD046/MD048 Improve MD013/MD034/MD049/MD050/MD051 Add support for TOML configuration files...
Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 2 to 5. Release notes Sourced from geekyeggo/delete-artifact's releases. v5.0.0 Switch to @actions/artifact, removing the need for a token parameter (Sebastian Weigand) #24 v4.1.0 Add default token....
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.21.0 to 7.0.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v7.0.0 7.0.0 (2024-02-12) Read more about this release: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/ 🚀 Features add support for flat configs (#7935) 🩹...
Bumps [markdown-link-check](https://github.com/tcort/markdown-link-check) from 3.11.2 to 3.12.1. Release notes Sourced from markdown-link-check's releases. v3.12.1 What's Changed fix failing github action with IPv6 by @dklimpel in tcort/markdown-link-check#296 Bump node in github actions...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
### Describe the problem Hi, I'm using the action in a pretty basic way ``` - name: Install Task uses: arduino/setup-task@v1 ``` I can see that task is being downloaded...
The absence of a default value for `repo-token` means that this action may start to fail long after it has been implemented by a developer: the developer adds the action...