Skip to content

Commit

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

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v3.40.1`](https://redirect.github.com/go-task/task/blob/HEAD/CHANGELOG.md#v3401---2024-12-06)

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

- Fixed a security issue in `git-urls` by switching to the maintained
fork `chainguard-dev/git-urls`
([#&#8203;1917](https://redirect.github.com/go-task/task/issues/1917) by
    [@&#8203;AlekSi](https://redirect.github.com/AlekSi)).
- Added missing `platforms` property to `cmds` that use `for`
([#&#8203;1915](https://redirect.github.com/go-task/task/issues/1915) by
[@&#8203;dkarter](https://redirect.github.com/dkarter)).
- Added misspell linter to check for misspelled English words
([#&#8203;1883](https://redirect.github.com/go-task/task/issues/1883) by
[@&#8203;christiandins](https://redirect.github.com/christiandins)).

</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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent cea1e83 commit 1f52db7
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.40.0
version: 3.40.1
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.40.0
version: 3.40.1
repo-token: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit 1f52db7

Please sign in to comment.