controller-idioms
controller-idioms copied to clipboard
Bump the actions-version group with 2 updates
Bumps the actions-version group with 2 updates: actions/checkout and magefile/mage-action.
Updates actions/checkout from 3 to 4
Release notes
Sourced from actions/checkout's releases.
v4.0.0
What's Changed
- Update default runtime to node20 by
@takostin actions/checkout#1436- Support fetching without the --progress option by
@simonbairdin actions/checkout#1067- Release 4.0.0 by
@takostin actions/checkout#1447New Contributors
@takostmade their first contribution in actions/checkout#1436@simonbairdmade their first contribution in actions/checkout#1067Full Changelog: https://github.com/actions/checkout/compare/v3...v4.0.0
v3.6.0
What's Changed
- Mark test scripts with Bash'isms to be run via Bash by
@dschoin actions/checkout#1377- Add option to fetch tags even if fetch-depth > 0 by
@RobertWieczoreckin actions/checkout#579- Release 3.6.0 by
@luketomlinsonin actions/checkout#1437New Contributors
@RobertWieczoreckmade their first contribution in actions/checkout#579@luketomlinsonmade their first contribution in actions/checkout#1437Full Changelog: https://github.com/actions/checkout/compare/v3.5.3...v3.6.0
v3.5.3
What's Changed
- Fix: Checkout Issue in self hosted runner due to faulty submodule check-ins by
@megamanicsin actions/checkout#1196- Fix typos found by codespell by
@DimitriPapadopoulosin actions/checkout#1287- Add support for sparse checkouts by
@dschoand@dfdezin actions/checkout#1369- Release v3.5.3 by
@TingluoHuangin actions/checkout#1376New Contributors
@megamanicsmade their first contribution in actions/checkout#1196@DimitriPapadopoulosmade their first contribution in actions/checkout#1287@dfdezmade their first contribution in actions/checkout#1369Full Changelog: https://github.com/actions/checkout/compare/v3...v3.5.3
v3.5.2
What's Changed
- Fix: Use correct API url / endpoint in GHES by
@fhammerlin actions/checkout#1289 based on #1286 by@1newsrFull Changelog: https://github.com/actions/checkout/compare/v3.5.1...v3.5.2
v3.5.1
What's Changed
- Improve checkout performance on Windows runners by upgrading
@actions/githubdependency by@BrettDongin actions/checkout#1246New Contributors
@BrettDongmade their first contribution in actions/checkout#1246
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.1.4
- Disable
extensions.worktreeConfigwhen disablingsparse-checkoutby@jww3in actions/checkout#1692- Add dependabot config by
@cory-millerin actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabotin actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabotin actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkoutby@jww3in actions/checkout#1656- Add SSH user parameter by
@cory-millerin actions/checkout#1685- Update
actions/checkoutversion inupdate-main-version.ymlby@jww3in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkoutoption is not present@dschoin actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@peterbein actions/checkout#1511- Link to release page from what's new section by
@cory-millerin actions/checkout#1514v4.1.0
v4.0.0
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
- Add option to fetch tags even if fetch-depth > 0
v3.5.3
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts
v3.5.2
v3.5.1
v3.5.0
v3.4.0
... (truncated)
Commits
0ad4b8fPrep Release v4.1.4 (#1704)43045aeDisableextensions.worktreeConfigwhen disablingsparse-checkout(#1692)37b0821Bump the minor-actions-dependencies group with 2 updates (#1693)9839dc1Add dependabot config (#1688)9b4c13bBump word-wrap from 1.2.3 to 1.2.5 (#1643)1d96c77Add SSH user parameter (#1685)cd7d8d6Check git version before attempting to disablesparse-checkout(#1656)8410ad0Updateactions/checkoutversion inupdate-main-version.yml(#1650)9bb5618Prep for release of v4.1.2 (#1649)8eb1f6aBump@babel/traversefrom 7.20.5 to 7.24.0 (#1642)- Additional commits viewable in compare view
Updates magefile/mage-action from 2 to 3
Release notes
Sourced from magefile/mage-action's releases.
v3.0.0
What's Changed
- Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-maxin magefile/mage-action#299- Create mage home dir if it does not exist by
@crazy-maxin magefile/mage-action#307Full Changelog: https://github.com/magefile/mage-action/compare/v2.4.1...v3.0.0
v2.4.1
What's Changed
- Create mage home dir if it does not exist by
@crazy-maxin magefile/mage-action#308Full Changelog: https://github.com/magefile/mage-action/compare/v2.4.0...v2.4.1
v2.4.0
What's Changed
- add local cache and
actions/cachesupport by@dmvolodin magefile/mage-action#277install-onlyinput for usage in user scripts by@crazy-maxin magefile/mage-action#293- bump
@actions/cachefrom 3.2.1 to 3.2.2 in magefile/mage-action#291- bump
@actions/http-clientfrom 2.0.1 to 2.1.1 in magefile/mage-action#274 magefile/mage-action#290- bump semver from 6.3.0 to 6.3.1 in magefile/mage-action#288
- bump word-wrap from 1.2.3 to 1.2.5 in magefile/mage-action#296
New Contributors
@dmvolodmade their first contribution in magefile/mage-action#277Full Changelog: https://github.com/magefile/mage-action/compare/v2.3.0...v2.4.0
v2.3.0
What's Changed
- Check latest and tagged releases using releases-json by
@crazy-max(#272)- ci: generate mage-releases.json by
@crazy-max(#270 #271)Full Changelog: https://github.com/magefile/mage-action/compare/v2.2.0...v2.3.0
v2.2.0
What's Changed
- use Octokit client to check mage release by
@crazy-max(#269)- Bump json5 from 2.1.3 to 2.2.3 (#265)
- Bump minimatch from 3.0.4 to 3.1.2 (#266)
Full Changelog: https://github.com/magefile/mage-action/compare/v2.1.0...v2.2.0
v2.1.0
What's Changed
- Bump
@actions/corefrom 1.6.0 to 1.10.0 (#261 #262)- Bump
@actions/http-clientfrom 1.0.11 to 2.0.1 (#256)- Bump
@actions/tool-cachefrom 1.7.2 to 2.0.1 (#257)- Support arm64 arch by
@jmontroy90(#263)Full Changelog: https://github.com/magefile/mage-action/compare/v2.0.0...v2.1.0
Commits
6a5dcb5Merge pull request #307 from crazy-max/fix-home-dird0d1cd3chore: update generated contentd076338fix: create mage home dir if it does not exist74678e6Merge pull request #298 from magefile/dependabot/github_actions/actions/check...7436432Merge pull request #306 from crazy-max/codecov-conf7b6abc8codecov: update config010bea5Merge pull request #302 from crazy-max/form-templates8bee9e2chore: github form templates71f3796Merge pull request #301 from crazy-max/align-labels7cb1fb0chore: cleanup labels config- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions