chore(deps): Bump the all-actions group with 8 updates#17
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): Bump the all-actions group with 8 updates#17dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the all-actions group with 8 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `2` | `4` | | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` | | [actions/cache](https://github.com/actions/cache) | `3` | `4` | | [ASzc/change-string-case-action](https://github.com/aszc/change-string-case-action) | `1` | `6` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `3` | `5` | | [docker/login-action](https://github.com/docker/login-action) | `1` | `3` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `1` | `3` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `2` | `5` | Updates `actions/checkout` from 2 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) Updates `actions/setup-python` from 4 to 5 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) Updates `ASzc/change-string-case-action` from 1 to 6 - [Release notes](https://github.com/aszc/change-string-case-action/releases) - [Commits](ASzc/change-string-case-action@v1...v6) Updates `docker/metadata-action` from 3 to 5 - [Release notes](https://github.com/docker/metadata-action/releases) - [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md) - [Commits](docker/metadata-action@v3...v5) Updates `docker/login-action` from 1 to 3 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v1...v3) Updates `docker/setup-buildx-action` from 1 to 3 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v1...v3) Updates `docker/build-push-action` from 2 to 5 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: ASzc/change-string-case-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Superseded by #24. |
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.
Bumps the all-actions group with 8 updates:
2445341635131325Updates
actions/checkoutfrom 2 to 4Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (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)Updates
actions/setup-pythonfrom 4 to 5Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
82c7e63Documentation changes for avoiding rate limit issues on GHES (#835)10aa35afeat: fallback to raw endpoint for manifest when rate limit is reached (#766)9a7ac94Bump undici from 5.27.2 to 5.28.3 (#817)871daa9Fix the "Specifying multiple Python/PyPy versions" link (#782)2f07895Fix broken README.md link (#793)e9d6f99Replace setup-python@v4 by setup-python@v5 in README (#776)0a5c615Update action to node20 (#772)0ae5836Add example of GraalPy to docs (#773)b64ffcaupdate actions/checkout to v4 (#761)8d28961Examples now use checkout@v4 (#738)Updates
actions/cachefrom 3 to 4Release notes
Sourced from actions/cache's releases.
... (truncated)
Changelog
Sourced from actions/cache's changelog.
... (truncated)
Commits
0c45773Merge pull request #1327 from cdce8p/fix-fail-on-cache-miss8a55f83Add test case for process exit3884cacBump versione29dad3Fix fail-on-cache-miss not workingab5e6d0Merge pull request #1341 from bethanyj28/main89c7d86licensed cached2c84daupdate@actions/cache37e7d4eMerge pull request #1340 from actions/bethanyj28/update-publish-flowa18323fadd release actiona2ed59dMerge pull request #1305 from actions/yacaovsnc/update_examplesUpdates
ASzc/change-string-case-actionfrom 1 to 6Release notes
Sourced from ASzc/change-string-case-action's releases.
Commits
d0603cdnpm install850209aUpdate dependencies0efe77cUpdate node version58a73efUpdate README.md07c1e24Add back in node_modules, updated54a7910Remove node_modules/fabd239Updating node version to 162d2b557Bump@actions/corefrom 1.9.1 to 1.10.00bb41b6Bump@actions/corefrom 1.2.6 to 1.9.1525a44bBump node-fetch from 2.6.1 to 2.6.7Updates
docker/metadata-actionfrom 3 to 5Release notes
Sourced from docker/metadata-action's releases.
... (truncated)
Upgrade guide
Sourced from docker/metadata-action's upgrade guide.
... (truncated)
Commits
8e5442cMerge pull request #382 from crazy-max/dont-set-cwd-prefixeda41b7chore: update generated content388c08fdon't set cwd:// prefix for local bake filesdbef880Merge pull request #374 from docker/dependabot/npm_and_yarn/moment-timezone-0...b73e7a7chore: update generated contentb9fba69chore(deps): Bump moment-timezone from 0.5.43 to 0.5.44ac82374Merge pull request #373 from docker/dependabot/npm_and_yarn/moment-2.30.1c92519achore: update generated content3b4179dchore(deps): Bump moment from 2.29.4 to 2.30.10784993Merge pull request #371 from docker/dependabot/npm_and_yarn/docker/actions-to...Updates
docker/login-actionfrom 1 to 3Release notes
Sourced from docker/login-action's releases.
... (truncated)
Commits
e92390cMerge pull request #685 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...1e752e2chore: update generated content51c6097build(deps): bump the aws-sdk-dependencies group with 2 updates8f079fbMerge pull request #676 from docker/dependabot/npm_and_yarn/proxy-agent-depen...16fa768chore: update generated content46d1619build(deps): bump the proxy-agent-dependencies group with 2 updates8c291c5Merge pull request #682 from docker/dependabot/npm_and_yarn/docker/actions-to...ec726f4build(deps): bump@docker/actions-toolkitfrom 0.14.0 to 0.18.05139682Merge pull request #677 from docker/dependabot/npm_and_yarn/undici-5.28.36d4e2bachore: update generated contentUpdates
docker/setup-buildx-actionfrom 1 to 3Release notes
Sourced from docker/setup-buildx-action's releases.
... (truncated)
Commits
d70bba7Merge pull request #307 from crazy-max/bump-toolkit7638634chore: update generated contentc68420fbump@docker/actions-toolkitfrom 0.19.0 to 0.20.02b51285Merge pull request #306 from docker/dependabot/npm_and_yarn/docker/actions-to...0f00370chore: update generated content11c9683build(deps): bump@docker/actions-toolkitfrom 0.18.0 to 0.19.056a16b8Merge pull request #303 from crazy-max/fix-inputsc23f46echore: update generated contentf876da6rename and align config inputsb7cf918Merge pull request #304 from crazy-max/rm-docs-dirUpdates
docker/build-push-actionfrom 2 to 5Release notes
Sourced from docker/build-push-action's releases.