chore(ci): bump the github-actions group across 1 directory with 5 updates - #433
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/setup-python](https://github.com/actions/setup-python) | `6` | `7` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `8.2.0` | `10.0.1` | | [CodSpeedHQ/action](https://github.com/codspeedhq/action) | `4` | `5` | | [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) | `10.5.3` | `10.6.2` | | [browniebroke/hacktoberfest-labeler-action](https://github.com/browniebroke/hacktoberfest-labeler-action) | `2.6.0` | `2.7.0` | Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) Updates `astral-sh/setup-uv` from 8.2.0 to 10.0.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v8.2.0...v10.0.1) Updates `CodSpeedHQ/action` from 4 to 5 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@v4...v5) Updates `python-semantic-release/python-semantic-release` from 10.5.3 to 10.6.2 - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.rst) - [Commits](python-semantic-release/python-semantic-release@v10.5.3...v10.6.2) Updates `browniebroke/hacktoberfest-labeler-action` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/browniebroke/hacktoberfest-labeler-action/releases) - [Changelog](https://github.com/browniebroke/hacktoberfest-labeler-action/blob/main/CHANGELOG.md) - [Commits](browniebroke/hacktoberfest-labeler-action@v2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: CodSpeedHQ/action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: python-semantic-release/python-semantic-release dependency-version: 10.6.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: browniebroke/hacktoberfest-labeler-action dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #433 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 816 816
Branches 90 90
=========================================
Hits 816 816 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Hooray! CodSpeed harness just leveled up!The base and head of this comparison were measured with different runner settings, so their benchmark values are not directly comparable. What changed between base and head:
Re-run the base with the same settings to get a valid performance comparison. Comparing Footnotes |
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 github-actions group with 5 updates in the / directory:
678.2.010.0.14510.5.310.6.22.6.02.7.0Updates
actions/setup-pythonfrom 6 to 7Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
5fda3b9Pin SHA commits and update docs with latest versions (#1338)4ab7e95Merge pull request #1337 from actions/philip-gai/bump-actions-cache-6-2-00f3a009Remove the pip-install input (#1336)f8cf429Migrate to ESM and upgrade dependencies (#1330)54baeeaValidate and retry manifest fetch to prevent silent failures (#1332)c709277Annotation code fix (#1335)6849080remove EOL Python versions and Bumps numpy text fixture (#1333)0903b46Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data (#1328)Updates
astral-sh/setup-uvfrom 8.2.0 to 10.0.1Release notes
Sourced from astral-sh/setup-uv's releases.
... (truncated)
Commits
20cfd1bchore: update known checksums for 0.12.4 (#1017)d73a0caTolerate transient manifest timeouts (#1016)ae3b92ddocs: update version references to v10.0.0 (#1014)ae62891chore(deps): roll up Dependabot updates (#1013)f9cdb47Reject paths in .tool-versions (#1007)4f6036fRequire pull requests for Dependabot rollups (#1005)8d6402cchore(deps): roll up Dependabot updates (#1004)46f427bRead Python version from .tool-versions (#996)8ed89c5ci: pin Alpine container image (#995)8473c7fchore(deps): roll up Dependabot updates (#994)Updates
CodSpeedHQ/actionfrom 4 to 5Release notes
Sourced from CodSpeedHQ/action's releases.
... (truncated)
Commits
373d686Release v5.2.1 🚀5659c65chore: bump runner version to 5.2.1 (#236)22d40adfeat: add simulation-track-subprocess input (#235)47f7cebRelease v5.2.0 🚀d9ce15achore: bump runner version to 5.2.0 (#234)994a9cfchore: bump runner version to 5.1.0 (#232)15e6538fix: add the distribution to the instruments cache key4296e51Release v5.0.3 🚀271ae6achore: bump runner version to 5.0.2 (#230)0ca9cbbRelease v5.0.2 🚀Updates
python-semantic-release/python-semantic-releasefrom 10.5.3 to 10.6.2Release notes
Sourced from python-semantic-release/python-semantic-release's releases.
... (truncated)
Changelog
Sourced from python-semantic-release/python-semantic-release's changelog.
... (truncated)
Commits
9a026e9chore: release v10.6.210afa8efix(config): validate commit author in config internally (#1477)414e8fbci(validate): improve Windows e2e test reliability9a56acefix(cmd-changelog): fix reading of TOML when file was created on Windows7df3d73test(util): add additional clarity for e2e test failurec74aa3brefactor(deps): adjust dependency paradigm to maximize compatibility (#1466)abd942dbuild(deps): bumprichrequirement fromv14.0+tov15.0+(#1464)de32322refactor(cmd-changelog): adjust import to chosing appropriate importlib when ...df34b89test: refactor for chosing correct importlib when needed59fea4fbuild(deps): adjustimportlibuse to maintain 3.8 supportUpdates
browniebroke/hacktoberfest-labeler-actionfrom 2.6.0 to 2.7.0Release notes
Sourced from browniebroke/hacktoberfest-labeler-action's releases.
Changelog
Sourced from browniebroke/hacktoberfest-labeler-action's changelog.
Commits
2f6920d2.7.0434aa9ffeat: add support for Python 3.15 (#1040)69f6c1achore(deps): update pre-commit hook astral-sh/uv-pre-commit to v0.12.2 (#1039)411c36fchore(deps): update actions/attest action to v4.2.2 (#1038)7f7361bchore(deps): update pre-commit hook tox-dev/pyproject-fmt to v2.27.0 (#1037)822ed61chore(deps): update pre-commit hook astral-sh/uv-pre-commit to v0.12.1 (#1036)f3cfc16chore(deps): update j178/prek-action action to v3 (#1034)fe3c60dchore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.16.1 (#1035)710ba55chore(deps): update actions/attest action to v4.2.1 (#1033)ffe73dachore(deps): update pre-commit hook commitizen-tools/commitizen to v4.17.0 (#...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 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