chore: bump go-task/setup-task pinned version 3.52.0 → 3.53.1 - #6226
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Weekly maintenance: the
go-task/setup-taskpin was at 3.52.0 and 3.53.1 is the latest release. The pin is a concrete version rather than3.xto avoid the intermittentunable to get latest versionfailure from #5836, and Dependabot does not updatewith:inputs, so it needs a manual bump.Updated all four call sites:
.github/actions/tend-setup/action.yaml,.github/workflows/build-web.yaml,.github/workflows/test-php.yaml,.github/workflows/test-prqlc-c.yaml. No other3.52.0references remain under.github/.Release notes scanned
3.53.0 and 3.53.1 are feature/fix releases — remote Taskfiles going GA, a per-command
timeoutoption, and fingerprinting performance work. Nothing in them changes the behaviour of thetask <name>invocations this repo uses.Verification is this PR's own CI:
test-php,test-prqlc-candbuild-weball installtaskthrough the bumped pin, so a bad version number would surface as a red check here rather than onmain.