Bumps the actions group with 5 updates:
Updatesactions/setup-python
from 4 to 5
Release notes
Sourced fromactions/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:actions/setup-python@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@v4with:python-version:'graalpy-22.3' -run:python my_script.py
Besides, the release contains such changes as:
New Contributors
Full Changelog:actions/setup-python@v4...v4.8.0
v4.7.1
What's Changed
Full Changelog:actions/setup-python@v4...v4.7.1
v4.7.0
In scope of this release, the support for reading python version from pyproject.toml was added (actions/setup-python#669).
-name:Setup Pythonuses:actions/setup-python@v4</tr></table>
... (truncated)
Commits
Updatespre-commit/action
from 3.0.0 to 3.0.1
Release notes
Sourced frompre-commit/action's releases.
pre-commit/action@v3.0.1
Misc
- Update actions/cache to v4
Commits
2c7b380
v3.0.18e2deeb
Merge pull request#190 from SukiCZ/upgrade-action/cache-v40dbc303
Upgrade action/cache to v4. Fixes:#189c7d159c
Merge pull request#185 from pre-commit/asottile-patch-19dd4237
fix main badge37faf8a
Merge pull request#184 from pre-commit/pre-commit-ci-update-config049686e
[pre-commit.ci] pre-commit autoupdate5f528da
move back to maintenance-onlyefd3bcf
Merge pull request#170 from pre-commit/pre-commit-ci-update-configdf308c7
[pre-commit.ci] pre-commit autoupdate- Additional commits viewable incompare view
Updateshynek/build-and-inspect-python-package
from 1 to 2
Release notes
Sourced fromhynek/build-and-inspect-python-package's releases.
v2.0.0
This release switches toactions/upload-artifact v4, which is incompatible with older versions ofactions/download-artifact (and vice versa).
- If you're using
download-artifact@v3
, donot upgrade. - If you want to use
download-artifact@v4
, youmust upgrade.
v1.5.4
Fixed
- Stop trying to cache.Fixes
Error: No file in /home/runner/work/pytest-cpp/pytest-cpp matched to [**/requirements.txt or **/pyproject.toml], make sure you have checked out the target repository
#76
v1.5.3
Changed
- Hopefully nothing, but this release comes from the main branch again.
v1.5.2
Fixed
- Turns out it made a huge difference. This release is branched directly from v1.5 and only updates the dependencies.
v1.5.1
Changed
Updates of the tools we use. Notably this fixescheck-wheel-contents on Python 3.12.
This shouldn't make any difference, but all management and command running is now done byPDM.#57
v1.5.0
Added
- Set
SOURCE_DATE_EPOCH
based on the timestamp of the last commit for build reproducibility.#30 - Thetree output now has ISO timestamps.
Changed
- Use
3.x
version specifier insetup-python
for the venv used by our tools.As of writing, that's 3.11.
v1.4.1
Contains only a fix for adeprecation warning.
v1.4
Added
- The contents listing of the SDist, the contents listing of the wheel,and the package metadata are now conveniently added to the CI run summary. So, you don't have to click through the build logs or download anything to give it a quick glimpse.
... (truncated)
Changelog
Sourced fromhynek/build-and-inspect-python-package's changelog.
2.0.1 - 2024-01-25
Changed
- Switched to
setup-python@v5
to avoid the "Node.js 16 actions are deprecated." deprecation warning.
Commits
Updatesactions/download-artifact
from 3 to 4
Release notes
Sourced fromactions/download-artifact's releases.
v4.0.0
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloadsmust use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.
For more information, please see:
- Thechangelog post.
- TheREADME.
- Themigration documentation.
- As well as the underlying npm package,
@actions/artifact
documentation.
New Contributors
Full Changelog:actions/download-artifact@v3...v4.0.0
v3.0.2
v3.0.1
Commits
eaceaf8
Merge pull request#291 from actions/eggyhead/update-artifact-v2.1.181eafdc
update artifact license9ac5cad
updating artifact dependency to version 2.1.13ad8411
Merge pull request#287 from actions/robherley/sync-migration-docs1de4643
Sync migration docs with upload-artifactbb3fa7f
Merge pull request#275 from actions/robherley/better-log-msgsa244de5
ncc355659b
clarify log messages when using pattern/merge-multiple params6b208ae
Merge pull request#274 from actions/vmjoseph/timeout-patch6c5b580
only adding updated license- Additional commits viewable incompare view
Updatesactions/upload-artifact
from 3 to 4
Release notes
Sourced fromactions/upload-artifact's releases.
v4.0.0
What's Changed
The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.
ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloadsmust use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.
For more information, please see:
- Thechangelog post.
- TheREADME.
- Themigration documentation.
- As well as the underlying npm package,
@actions/artifact
documentation.
New Contributors
Full Changelog:actions/upload-artifact@v3...v4.0.0
v3.1.3
What's Changed
Full Changelog:actions/upload-artifact@v3...v3.1.3
v3.1.2
- Update all
@actions/*
NPM packages to their latest versions-#374 - Update all dev dependencies to their most recent versions -#375
v3.1.1
- Update actions/core package to latest version to remove
set-output
deprecation warning#351
v3.1.0
What's Changed
Commits
5d5d22a
Merge pull request#515 from actions/eggyhead/update-artifact-v2.1.1f1e993d
update artifact license4881bfd
updating dist:a30777e
@eggyhead
3a80482
Merge pull request#511 from actions/robherley/migration-docs-typo9d63e3f
Merge branch 'main' into robherley/migration-docs-typodfa1ab2
fix typo with v3 artifact downloads in migration guided00351b
Merge pull request#509 from markmssd/patch-1707f5a7
Update limitation of10
artifacts upload to500
26f96df
Merge pull request#505 from actions/robherley/merge-artifacts- Additional commits viewable incompare 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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
Bumps the actions group with 5 updates:
4
5
3.0.0
3.0.1
1
2
3
4
3
4
Updates
actions/setup-python
from 4 to 5Release notes
Sourced fromactions/setup-python's releases.
... (truncated)
Commits
0a5c615
Update action to node20 (#772)0ae5836
Add example of GraalPy to docs (#773)b64ffca
update actions/checkout to v4 (#761)8d28961
Examples now use checkout@v4 (#738)7bc6abb
advanced-usage.md: Encourage the use actions/checkout@v4 (#729)e8111ce
Bump@babel/traverse
from 7.9.0 to 7.23.2 (#743)a00ea43
add fix for graalpy ci (#741)8635b1c
Change deprecation comment to past tense (#723)f6cc428
Use non-deprecated versions in examples (#724)5f2af21
Add GraalPy support (#694)Updates
pre-commit/action
from 3.0.0 to 3.0.1Release notes
Sourced frompre-commit/action's releases.
Commits
2c7b380
v3.0.18e2deeb
Merge pull request#190 from SukiCZ/upgrade-action/cache-v40dbc303
Upgrade action/cache to v4. Fixes:#189c7d159c
Merge pull request#185 from pre-commit/asottile-patch-19dd4237
fix main badge37faf8a
Merge pull request#184 from pre-commit/pre-commit-ci-update-config049686e
[pre-commit.ci] pre-commit autoupdate5f528da
move back to maintenance-onlyefd3bcf
Merge pull request#170 from pre-commit/pre-commit-ci-update-configdf308c7
[pre-commit.ci] pre-commit autoupdateUpdates
hynek/build-and-inspect-python-package
from 1 to 2Release notes
Sourced fromhynek/build-and-inspect-python-package's releases.
... (truncated)
Changelog
Sourced fromhynek/build-and-inspect-python-package's changelog.
Commits
3a76fe0
v2.0.19004604
Document setup-python changec9f989a
Automated dependency upgrades (#81)d1fc4c3
Bump actions/setup-python from 4 to 5 (#82)c9fea02
v2.0.02385bed
Switch to upload-artifact v4 (#78)337438e
Automated dependency upgrades (#77)36fb41d
New cycleUpdates
actions/download-artifact
from 3 to 4Release notes
Sourced fromactions/download-artifact's releases.
Commits
eaceaf8
Merge pull request#291 from actions/eggyhead/update-artifact-v2.1.181eafdc
update artifact license9ac5cad
updating artifact dependency to version 2.1.13ad8411
Merge pull request#287 from actions/robherley/sync-migration-docs1de4643
Sync migration docs with upload-artifactbb3fa7f
Merge pull request#275 from actions/robherley/better-log-msgsa244de5
ncc355659b
clarify log messages when using pattern/merge-multiple params6b208ae
Merge pull request#274 from actions/vmjoseph/timeout-patch6c5b580
only adding updated licenseUpdates
actions/upload-artifact
from 3 to 4Release notes
Sourced fromactions/upload-artifact's releases.
Commits
5d5d22a
Merge pull request#515 from actions/eggyhead/update-artifact-v2.1.1f1e993d
update artifact license4881bfd
updating dist:a30777e
@eggyhead
3a80482
Merge pull request#511 from actions/robherley/migration-docs-typo9d63e3f
Merge branch 'main' into robherley/migration-docs-typodfa1ab2
fix typo with v3 artifact downloads in migration guided00351b
Merge pull request#509 from markmssd/patch-1707f5a7
Update limitation of10
artifacts upload to500
26f96df
Merge pull request#505 from actions/robherley/merge-artifactsDependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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