flask-sqlalchemy
flask-sqlalchemy copied to clipboard
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: actions/setup-python and actions/cache.
Updates actions/setup-python from 4.7.1 to 5.0.0
Release notes
Sourced from actions/setup-python's releases.
v5.0.0
What's Changed
In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.
Full Changelog: https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0
v4.8.0
What's Changed
In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:
steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: 'graalpy-22.3' - run: python my_script.pyBesides, the release contains such changes as:
- Trim python version when reading from file by
@FerranParesin actions/setup-python#628- Use non-deprecated versions in examples by
@jeffwidmanin actions/setup-python#724- Change deprecation comment to past tense by
@jeffwidmanin actions/setup-python#723- Bump
@babel/traversefrom 7.9.0 to 7.23.2 by@dependabotin actions/setup-python#743- advanced-usage.md: Encourage the use actions/checkout@v4 by
@cclaussin actions/setup-python#729- Examples now use checkout@v4 by
@simonwin actions/setup-python#738- Update actions/checkout to v4 by
@dmitry-shibanovin actions/setup-python#761New Contributors
@FerranParesmade their first contribution in actions/setup-python#628@timfelmade their first contribution in actions/setup-python#694@jeffwidmanmade their first contribution in actions/setup-python#724Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.8.0
Commits
0a5c615Update action to node20 (#772)0ae5836Add example of GraalPy to docs (#773)b64ffcaupdate actions/checkout to v4 (#761)8d28961Examples now use checkout@v4 (#738)7bc6abbadvanced-usage.md: Encourage the use actions/checkout@v4 (#729)e8111ceBump@babel/traversefrom 7.9.0 to 7.23.2 (#743)a00ea43add fix for graalpy ci (#741)8635b1cChange deprecation comment to past tense (#723)f6cc428Use non-deprecated versions in examples (#724)5f2af21Add GraalPy support (#694)- Additional commits viewable in compare view
Updates actions/cache from 3.3.2 to 4.0.0
Release notes
Sourced from actions/cache's releases.
v4.0.0
What's Changed
- Update action to node20 by
@takostin actions/cache#1284- feat: save-always flag by
@to-sin actions/cache#1242New Contributors
@takostmade their first contribution in actions/cache#1284@to-smade their first contribution in actions/cache#1242Full Changelog: https://github.com/actions/cache/compare/v3...v4.0.0
v3.3.3
What's Changed
- Cache v3.3.3 by
@robherleyin actions/cache#1302New Contributors
@robherleymade their first contribution in actions/cache#1302Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.3
Changelog
Sourced from actions/cache's changelog.
Releases
3.0.0
- Updated minimum runner version support from node 12 -> node 16
3.0.1
- Added support for caching from GHES 3.5.
- Fixed download issue for files > 2GB during restore.
3.0.2
- Added support for dynamic cache size cap on GHES.
3.0.3
- Fixed avoiding empty cache save when no files are available for caching. (issue)
3.0.4
- Fixed tar creation error while trying to create tar with path as
~/home folder onubuntu-latest. (issue)3.0.5
- Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (PR)
3.0.6
- Fixed #809 - zstd -d: no such file or directory error
- Fixed #833 - cache doesn't work with github workspace directory
3.0.7
- Fixed #810 - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.
3.0.8
- Fix zstd not working for windows on gnu tar in issues #888 and #891.
- Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable
SEGMENT_DOWNLOAD_TIMEOUT_MINS. Default is 60 minutes.3.0.9
- Enhanced the warning message for cache unavailablity in case of GHES.
3.0.10
- Fix a bug with sorting inputs.
- Update definition for restore-keys in README.md
... (truncated)
Commits
13aacd8Merge pull request #1242 from to-s/main53b35c5Merge branch 'main' into main65b8989Merge pull request #1284 from takost/update-to-node-20d0be34dFix dist66cf064Merge branch 'main' into update-to-node-201326563Merge branch 'main' into maine12d46aMerge pull request #1302 from actions/robherley/v3.3.31baebfclicensedeb94f1acache v3.3.3e718767Fix format- 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