chore(deps): bump the gh-actions group with 6 updates#326
Merged
Conversation
Bumps the gh-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `2` | `4` | | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` | | [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) | `0.4.1` | `0.9.0` | | [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) | `3.7.1` | `4.6.1` | | [actions/cache](https://github.com/actions/cache) | `2` | `4` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `3` | `4` | 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 `webfactory/ssh-agent` from 0.4.1 to 0.9.0 - [Release notes](https://github.com/webfactory/ssh-agent/releases) - [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md) - [Commits](webfactory/ssh-agent@v0.4.1...v0.9.0) Updates `JamesIves/github-pages-deploy-action` from 3.7.1 to 4.6.1 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@3.7.1...v4.6.1) Updates `actions/cache` from 2 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v4) Updates `codecov/codecov-action` from 3 to 4 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: webfactory/ssh-agent dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <support@github.com>
frgfm
approved these changes
Jun 4, 2024
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 gh-actions group with 6 updates:
24450.4.10.9.03.7.14.6.12434Updates
actions/checkoutfrom 2 to 4Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
a5ac7e5Update for 4.1.6 release (#1733)24ed1a3Check platform for extension (#1732)44c2b7aREADME: Suggestuser.emailto be `41898282+github-actions[bot]@users.norepl...8459bc0Bump actions/upload-artifact from 2 to 4 (#1695)3f603f6Bump actions/setup-node from 1 to 4 (#1696)fd084cdBump github/codeql-action from 2 to 3 (#1694)9c1e94eUpdate NPM dependencies (#1703)0ad4b8fPrep Release v4.1.4 (#1704)43045aeDisableextensions.worktreeConfigwhen disablingsparse-checkout(#1692)37b0821Bump the minor-actions-dependencies group with 2 updates (#1693)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
webfactory/ssh-agentfrom 0.4.1 to 0.9.0Release notes
Sourced from webfactory/ssh-agent's releases.
... (truncated)
Changelog
Sourced from webfactory/ssh-agent's changelog.
... (truncated)
Commits
dc588b6Update version numbers in the README examples204eb35Bump tonode20(#201)9f6f312chore: update all versions ofactions/checkoutto v4 (#199)2e59dd7Remove outdated claim from README (#206)fd34b8dUpdate README.md to reflect latest version (#196)d4b9b8fStop adding GitHub SSH keys (#171)ea17a05Add missing semicolons (#159)9fbc246Clarify usage for Docker build processes, especially with deployment keys (#145)6f828ccAllow the user to override the commands forgit,ssh-agent, andssh-add...209e2d7Fix a typo in the README.md (#146)Updates
JamesIves/github-pages-deploy-actionfrom 3.7.1 to 4.6.1Release notes
Sourced from JamesIves/github-pages-deploy-action's releases.
... (truncated)
Commits
5c6e9e9Deploy Production Code for Commit e9abb9ce6e35175032a1e82dd997ac600ad10c9b 🚀e9abb9cMerge branch 'dev' into releases/v4079c29cbuild(deps-dev): bump the misc group with 2 updates (#1593)e0e9b96build(deps): bump the eslint group with 3 updates (#1592)dfda814Merge branch 'dev' of https://github.com/JamesIves/github-pages-deploy-action...c282185chore: update dependabot groups91fd6eefix: 🐛 Use commish to make branch unique (#1591)5bb052cbuild(deps): bump typescript-eslint from 7.8.0 to 7.9.0 (#1586)ef33bcdbuild(deps): bump codecov/codecov-action from 4.3.0 to 4.4.0 (#1588)1a64cb8build(deps-dev): bump rimraf from 5.0.5 to 5.0.7 (#1583)Updates
actions/cachefrom 2 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
codecov/codecov-actionfrom 3 to 4Release notes
Sourced from codecov/codecov-action's releases.