Skip to content

Commit

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

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v3.39.0`](https://redirect.github.com/go-task/task/blob/HEAD/CHANGELOG.md#v3390---2024-09-07)

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

-   Added
[Env Precedence
Experiment](https://taskfile.dev/experiments/env-precedence)
([#&#8203;1038](https://redirect.github.com/go-task/task/issues/1038),
[#&#8203;1633](https://redirect.github.com/go-task/task/issues/1633) by
[@&#8203;vmaerten](https://redirect.github.com/vmaerten)).
- Added a CI lint job to ensure that the docs are updated correctly
([#&#8203;1719](https://redirect.github.com/go-task/task/issues/1719) by
    [@&#8203;vmaerten](https://redirect.github.com/vmaerten)).
- Updated minimum required Go version to 1.22
([#&#8203;1758](https://redirect.github.com/go-task/task/issues/1758) by
[@&#8203;pd93](https://redirect.github.com/pd93)).
- Expose a new `EXIT_CODE` special variable on `defer:` when a command
finishes
with a non-zero exit code
([#&#8203;1484](https://redirect.github.com/go-task/task/issues/1484),
[#&#8203;1762](https://redirect.github.com/go-task/task/issues/1762) by
[@&#8203;dorimon-1](https://redirect.github.com/dorimon-1) and
[@&#8203;andreynering](https://redirect.github.com/andreynering)).
- Expose a new `ALIAS` special variable, which will contain the alias
used to
call the current task. Falls back to the task name.
([#&#8203;1764](https://redirect.github.com/go-task/task/issues/1764) by
[@&#8203;DanStory](https://redirect.github.com/DanStory)).
- Fixed `TASK_REMOTE_DIR` environment variable not working when the path
was
absolute.
([#&#8203;1715](https://redirect.github.com/go-task/task/issues/1715) by
[@&#8203;vmaerten](https://redirect.github.com/vmaerten)).
- Added an option to declare an included Taskfile as flattened
([#&#8203;1704](https://redirect.github.com/go-task/task/issues/1704) by
    [@&#8203;vmaerten](https://redirect.github.com/vmaerten)).
-   Added a new
[`--completion`
flag](https://taskfile.dev/installation/#setup-completions) to
output completion scripts for various shells
([#&#8203;293](https://redirect.github.com/go-task/task/issues/293),
[#&#8203;1157](https://redirect.github.com/go-task/task/issues/1157) by
[@&#8203;pd93](https://redirect.github.com/pd93)).
    -   This is now the preferred way to install completions.
    -   The completion scripts in the `completion` directory
[are now
deprecated](https://taskfile.dev/deprecations/completion-scripts/).
-   Added the ability to
[loop over a matrix of
values](https://taskfile.dev/usage/#looping-over-a-matrix)
([#&#8203;1766](https://redirect.github.com/go-task/task/issues/1766),
[#&#8203;1767](https://redirect.github.com/go-task/task/issues/1767),
[#&#8203;1784](https://redirect.github.com/go-task/task/issues/1784) by
[@&#8203;pd93](https://redirect.github.com/pd93)).
- Fixed a bug in fish completion where aliases were not displayed
([#&#8203;1781](https://redirect.github.com/go-task/task/issues/1781),
[#&#8203;1782](https://redirect.github.com/go-task/task/issues/1782)
    by [@&#8203;vmaerten](https://redirect.github.com/vmaerten)).
- Fixed panic when having a flattened included Taskfile that contains a
`default` task
([#&#8203;1777](https://redirect.github.com/go-task/task/issues/1777),
[#&#8203;1778](https://redirect.github.com/go-task/task/issues/1778) by
[@&#8203;vmaerten](https://redirect.github.com/vmaerten)).
- Optimized file existence checks for remote Taskfiles
([#&#8203;1713](https://redirect.github.com/go-task/task/issues/1713) by
[@&#8203;vmaerten](https://redirect.github.com/vmaerten)).

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 7, 2024
1 parent bc59841 commit 394f775
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.38.0
version: 3.39.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.38.0
version: 3.39.0
repo-token: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 394f775

Please sign in to comment.