-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the github-actions group across 1 directory with 8 updates #4623
Bump the github-actions group across 1 directory with 8 updates #4623
Conversation
Bumps the github-actions group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` | | [actions/github-script](https://github.com/actions/github-script) | `6` | `7` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `3` | `4` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.8.10` | `1.9.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `3` | `4` | | [actions/labeler](https://github.com/actions/labeler) | `3` | `5` | | [akaihola/darker](https://github.com/akaihola/darker) | `1.6.1` | `2.1.1` | 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/github-script` from 6 to 7 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) Updates `pypa/gh-action-pypi-publish` from 1.8.10 to 1.9.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.10...v1.9.0) 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) Updates `actions/labeler` from 3 to 5 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v3...v5) Updates `akaihola/darker` from 1.6.1 to 2.1.1 - [Release notes](https://github.com/akaihola/darker/releases) - [Changelog](https://github.com/akaihola/darker/blob/master/CHANGES.rst) - [Commits](akaihola/darker@1.6.1...v2.1.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: akaihola/darker dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Linter Bot Results:Hi @dependabot[bot]! Thanks for making this PR. We linted your code and found the following: There are currently no issues detected! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #4623 +/- ##
===========================================
- Coverage 93.63% 93.17% -0.46%
===========================================
Files 171 12 -159
Lines 21225 1069 -20156
Branches 3930 0 -3930
===========================================
- Hits 19873 996 -18877
+ Misses 894 73 -821
+ Partials 458 0 -458 ☔ View full report in Codecov by Sentry. |
Bumps the github-actions group with 8 updates in the / directory:
4
5
6
7
3
4
3
4
1.8.10
1.9.0
3
4
3
5
1.6.1
2.1.1
Updates
actions/setup-python
from 4 to 5Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
82c7e63
Documentation changes for avoiding rate limit issues on GHES (#835)10aa35a
feat: fallback to raw endpoint for manifest when rate limit is reached (#766)9a7ac94
Bump undici from 5.27.2 to 5.28.3 (#817)871daa9
Fix the "Specifying multiple Python/PyPy versions" link (#782)2f07895
Fix broken README.md link (#793)e9d6f99
Replace setup-python@v4 by setup-python@v5 in README (#776)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)Updates
actions/github-script
from 6 to 7Release notes
Sourced from actions/github-script's releases.
... (truncated)
Commits
60a0d83
Merge pull request #440 from actions/joshmgross/v7.0.1b7fb200
Update version to 7.0.112e22ed
Merge pull request #439 from actions/joshmgross/avoid-setting-base-urld319f8f
Avoid settingbaseUrl
to undefined when input is not providede69ef54
Merge pull request #425 from actions/joshmgross/node-20ee0914b
Update licensesd6fc56f
Use@types/node
for Node 20384d6cf
Fix quotations in tests8472492
Only validate GraphQLpreviews
84903f5
Removenode-fetch
from typeUpdates
actions/upload-artifact
from 3 to 4Release notes
Sourced from actions/upload-artifact's releases.
Commits
6546280
updating package versionc004fb4
Merge branch 'main' into eggyhead/use-artifact-v2.1.690aba49
updating toolkit artifact dependency to 2.1.6b06cde3
Merge pull request #563 from actions/eggyhead/release-4.3.21746f4a
Revert "updating to release 4.3.2"31685d0
updating to release 4.3.218bf333
Merge pull request #562 from actions/eggyhead/update-artifact-v215dac413b
update package lock versionbb3b4a3
updating package version3e3da83
updating artifact and core dependenciesUpdates
actions/download-artifact
from 3 to 4Release notes
Sourced from actions/download-artifact's releases.
Commits
65a9edc
Merge pull request #325 from bethanyj28/mainfdd1595
licensedc13dba1
update@actions/artifact
dependency0daa75e
Merge pull request #324 from actions/eggyhead/use-artifact-v2.1.69c19ed7
Merge branch 'main' into eggyhead/use-artifact-v2.1.63d3ea87
updating license89af5db
updating artifact package v2.1.6b4aefff
Merge pull request #323 from actions/eggyhead/update-artifact-v2158caf195
package lock updated7a2ec4
updating package versionUpdates
pypa/gh-action-pypi-publish
from 1.8.10 to 1.9.0Release notes
Sourced from pypa/gh-action-pypi-publish's releases.
... (truncated)
Commits
ec4db0b
Merge PR #243 into unstable/v1e790844
oidc-exchange: link to status dashboard87b624f
💅Update homepage @ Dockerfile to GH Marketplaceda2f9bb
Merge pull request #241 from br3ndonland/ghcr-labelabbea2d
Add Docker label for GHCR2734d07
build(deps): bump requests from 2.31.0 to 2.32.0 in /requirements (#240)a54b9b8
---699cd61
⇪📦 Bump the runtime dep lockfile8414fc2
[pre-commit.ci] pre-commit autoupdate (#225)67a07eb
Disable the progress bar when runningtwine upload
Updates
codecov/codecov-action
from 3 to 4Release notes
Sourced from codecov/codecov-action's releases.
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
... (truncated)
Commits
e28ff12
chore(release): bump to 4.5.0 (#1477)7594baa
Use an existing token even if the PR is from a fork (#1471)81c0a51
feat: add support for tokenless v3 (#1410)f5e203f
build(deps-dev): bump@typescript-eslint/eslint-plugin
from 7.12.0 to 7.13.0 ...7c48363
build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1475)69e5d09
build(deps-dev): bump@typescript-eslint/parser
from 7.12.0 to 7.13.0 (#1474)feaf700
fix: handle trailing commas (#1470)7b6a727
build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 (#1472)ccf7a1f
build(deps-dev): bump@typescript-eslint/eslint-plugin
from 7.11.0 to 7.12.0 ...f03f015
build(deps-dev): bump@typescript-eslint/parser
from 7.11.0 to 7.12.0 (#1467)Updates
actions/labeler
from 3 to 5Release notes
Sourced from actions/labeler's releases.
... (truncated)
Commits
8558fd7
Merge pull request #709 from actions/v5.0.0-beta000ca75
Merge pull request #700 from MaksimZhukov/apply-suggestions-and-update-docume...cb66c2f
Update dist9181355
Apply suggestions for the beta vesrion and update the documentationefe4c1c
Merge pull request #699 from MaksimZhukov/update-node-runtime-and-dependenciesc0957ad
Run Prettier8dc8d18
Update Node.js version in reusable workflowsd0d0bbe
Update documentation1375c42
5.0.0ab7411e
Change version of Node.js runtime to node20Updates
akaihola/darker
from 1.6.1 to 2.1.1Release notes
Sourced from akaihola/darker's releases.
... (truncated)
Changelog
Sourced from akaihola/darker's changelog.
... (truncated)
Commits
0fcbba3
Merge pull request #585 from akaihola/release-2.1.16d7be30
Bump to version 2.1.1856d38b
Merge pull request #567 from akaihola/contributors-2024-04f9f5e21
Add@jvacek
and tweak@k-dominik
as contributors4722c65
Add Description has been truncated📚 Documentation preview 📚: https://mdanalysis--4623.org.readthedocs.build/en/4623/