Skip to content

Commit

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

This PR contains the following updates:

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

---

### Release Notes

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

###
[`v3.39.2`](https://redirect.github.com/go-task/task/blob/HEAD/CHANGELOG.md#v3392---2024-09-19)

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

- Fix dynamic variables not working properly for a defer: statement
([#&#8203;1803](https://redirect.github.com/go-task/task/issues/1803),
[#&#8203;1818](https://redirect.github.com/go-task/task/issues/1818) 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:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2024
1 parent 62c2b6a commit cfff017
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.1
version: 3.39.2
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.1
version: 3.39.2
repo-token: ${{ secrets.GITHUB_TOKEN }}

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

0 comments on commit cfff017

Please sign in to comment.