Skip to content

Commit

Permalink
chore(deps): update dependency go-task/task to v3.40.0 in .github/wor…
Browse files Browse the repository at this point in the history
…kflows/release.yml (#115)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [go-task/task](https://redirect.github.com/go-task/task) | minor |
`3.39.2` -> `3.40.0` |

---

### Release Notes

<details>
<summary>go-task/task (go-task/task)</summary>

###
[`v3.40.0`](https://redirect.github.com/go-task/task/blob/HEAD/CHANGELOG.md#v3400---2024-11-05)

[Compare
Source](https://redirect.github.com/go-task/task/compare/v3.39.2...v3.40.0)

- Fixed output of some functions (e.g. `splitArgs`/`splitLines`) not
working in
for loops
([#&#8203;1822](https://redirect.github.com/go-task/task/issues/1822),
[#&#8203;1823](https://redirect.github.com/go-task/task/issues/1823) by
[@&#8203;stawii](https://redirect.github.com/stawii)).
- Added a new `TASK_OFFLINE` environment variable to configure the
`--offline`
flag and expose it as a special variable in the templating system
([#&#8203;1470](https://redirect.github.com/go-task/task/issues/1470),
[#&#8203;1716](https://redirect.github.com/go-task/task/issues/1716) by
[@&#8203;vmaerten](https://redirect.github.com/vmaerten) and
[@&#8203;pd93](https://redirect.github.com/pd93)).
- Fixed a bug where multiple remote includes caused all prompts to
display
without waiting for user input
([#&#8203;1832](https://redirect.github.com/go-task/task/issues/1832),
[#&#8203;1833](https://redirect.github.com/go-task/task/issues/1833) by
[@&#8203;vmaerten](https://redirect.github.com/vmaerten) and
[@&#8203;pd93](https://redirect.github.com/pd93)).
-   When using the
"[Remote
Taskfiles](https://taskfile.dev/experiments/remote-taskfiles/)".
experiment, you can now include Taskfiles from Git repositories
([#&#8203;1652](https://redirect.github.com/go-task/task/issues/1652) by
    [@&#8203;vmaerten](https://redirect.github.com/vmaerten)).
- Improved the error message when a dotenv file cannot be parsed
([#&#8203;1842](https://redirect.github.com/go-task/task/issues/1842) by
    [@&#8203;pbitty](https://redirect.github.com/pbitty)).
- Fix issue with directory when using the remote experiment
([#&#8203;1757](https://redirect.github.com/go-task/task/issues/1757) by
[@&#8203;pbitty](https://redirect.github.com/pbitty)).
- Fixed an issue where a special variable was used in combination with a
dotenv
file
([#&#8203;1232](https://redirect.github.com/go-task/task/issues/1232),
[#&#8203;1810](https://redirect.github.com/go-task/task/issues/1810) by
[@&#8203;vmaerten](https://redirect.github.com/vmaerten)).
- Refactor the way Task reads Taskfiles to improve readability
([#&#8203;1771](https://redirect.github.com/go-task/task/issues/1771) by
    [@&#8203;pbitty](https://redirect.github.com/pbitty)).
- Added a new option to ensure variable is within the list of values
([#&#8203;1827](https://redirect.github.com/go-task/task/issues/1827) by
    [@&#8203;vmaerten](https://redirect.github.com/vmaerten)).
- Allow multiple prompts to be specified for a task
([#&#8203;1861](https://redirect.github.com/go-task/task/issues/1861),
[#&#8203;1866](https://redirect.github.com/go-task/task/issues/1866) by
[@&#8203;mfbmina](https://redirect.github.com/mfbmina)).
- Added new template function: `numCPU`, which returns the number of
logical
CPUs usable
([#&#8203;1890](https://redirect.github.com/go-task/task/issues/1890),
[#&#8203;1887](https://redirect.github.com/go-task/task/issues/1887) by
[@&#8203;Amoghrd](https://redirect.github.com/Amoghrd)).
- Fixed a bug where non-nil, empty dynamic variables are returned as an
empty
interface
([#&#8203;1903](https://redirect.github.com/go-task/task/issues/1903),
[#&#8203;1904](https://redirect.github.com/go-task/task/issues/1904) by
[@&#8203;pd93](https://redirect.github.com/pd93)).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "* */1 * * *" (UTC), Automerge - At
any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jippi/dottie).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 4a461d7 commit 1fa2ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: arduino/setup-task@v2
with:
# renovate: datasource=github-releases depName=go-task/task
version: 3.39.2
version: 3.40.0
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: arduino/setup-task@v2
with:
# renovate: datasource=github-releases depName=go-task/task
version: 3.39.2
version: 3.40.0
repo-token: ${{ secrets.GITHUB_TOKEN }}

- uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 1fa2ebd

Please sign in to comment.