From 394f775d032e85d5cd0216d594aaf8fa67e44be8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 21:57:25 +0000 Subject: [PATCH] chore(deps): update dependency go-task/task to v3.39.0 in .github/workflows/release.yml (#89) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
go-task/task (go-task/task) ### [`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) ([#​1038](https://redirect.github.com/go-task/task/issues/1038), [#​1633](https://redirect.github.com/go-task/task/issues/1633) by [@​vmaerten](https://redirect.github.com/vmaerten)). - Added a CI lint job to ensure that the docs are updated correctly ([#​1719](https://redirect.github.com/go-task/task/issues/1719) by [@​vmaerten](https://redirect.github.com/vmaerten)). - Updated minimum required Go version to 1.22 ([#​1758](https://redirect.github.com/go-task/task/issues/1758) by [@​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 ([#​1484](https://redirect.github.com/go-task/task/issues/1484), [#​1762](https://redirect.github.com/go-task/task/issues/1762) by [@​dorimon-1](https://redirect.github.com/dorimon-1) and [@​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. ([#​1764](https://redirect.github.com/go-task/task/issues/1764) by [@​DanStory](https://redirect.github.com/DanStory)). - Fixed `TASK_REMOTE_DIR` environment variable not working when the path was absolute. ([#​1715](https://redirect.github.com/go-task/task/issues/1715) by [@​vmaerten](https://redirect.github.com/vmaerten)). - Added an option to declare an included Taskfile as flattened ([#​1704](https://redirect.github.com/go-task/task/issues/1704) by [@​vmaerten](https://redirect.github.com/vmaerten)). - Added a new [`--completion` flag](https://taskfile.dev/installation/#setup-completions) to output completion scripts for various shells ([#​293](https://redirect.github.com/go-task/task/issues/293), [#​1157](https://redirect.github.com/go-task/task/issues/1157) by [@​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) ([#​1766](https://redirect.github.com/go-task/task/issues/1766), [#​1767](https://redirect.github.com/go-task/task/issues/1767), [#​1784](https://redirect.github.com/go-task/task/issues/1784) by [@​pd93](https://redirect.github.com/pd93)). - Fixed a bug in fish completion where aliases were not displayed ([#​1781](https://redirect.github.com/go-task/task/issues/1781), [#​1782](https://redirect.github.com/go-task/task/issues/1782) by [@​vmaerten](https://redirect.github.com/vmaerten)). - Fixed panic when having a flattened included Taskfile that contains a `default` task ([#​1777](https://redirect.github.com/go-task/task/issues/1777), [#​1778](https://redirect.github.com/go-task/task/issues/1778) by [@​vmaerten](https://redirect.github.com/vmaerten)). - Optimized file existence checks for remote Taskfiles ([#​1713](https://redirect.github.com/go-task/task/issues/1713) by [@​vmaerten](https://redirect.github.com/vmaerten)).
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5bcb421..718f284 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 85e427e..f1670e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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