-
-
Notifications
You must be signed in to change notification settings - Fork 306
chore(deps): bump the github-actions group with 7 updates #1249
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
base: main
Are you sure you want to change the base?
chore(deps): bump the github-actions group with 7 updates #1249
Conversation
Bumps the github-actions group with 7 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `5` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) | `3` | `6` | | [CodSpeedHQ/action](https://github.com/codspeedhq/action) | `3.5.0` | `4.0.1` | | [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) | `2` | `3` | | [wntrblm/nox](https://github.com/wntrblm/nox) | `2024.03.02` | `2025.05.01` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `5` | Updates `actions/checkout` from 3 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v5) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `astral-sh/setup-uv` from 3 to 6 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v3...v6) Updates `CodSpeedHQ/action` from 3.5.0 to 4.0.1 - [Release notes](https://github.com/codspeedhq/action/releases) - [Changelog](https://github.com/CodSpeedHQ/action/blob/main/CHANGELOG.md) - [Commits](CodSpeedHQ/action@v3.5.0...v4.0.1) Updates `uraimo/run-on-arch-action` from 2 to 3 - [Release notes](https://github.com/uraimo/run-on-arch-action/releases) - [Commits](uraimo/run-on-arch-action@v2...v3) Updates `wntrblm/nox` from 2024.03.02 to 2025.05.01 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](wntrblm/nox@2024.03.02...2025.05.01) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: CodSpeedHQ/action dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: uraimo/run-on-arch-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: wntrblm/nox dependency-version: 2025.05.01 dependency-type: direct:production dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
The latest updates on your projects. Learn more about Vercel for GitHub.
|
python-version: ${{ matrix.python-version }} | ||
- name: Set up Nox | ||
uses: wntrblm/nox@2024.03.02 | ||
uses: wntrblm/nox@2025.05.01 |
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.
The workflow is attempting to use a future version of wntrblm/nox (dated May 1, 2025) that doesn't exist yet. This will cause the workflow to fail immediately as GitHub Actions won't be able to find this version. The version should be updated to an existing, current version of wntrblm/nox.
uses: wntrblm/nox@2025.05.01 | |
uses: wntrblm/nox@2024.03.02 |
React with 👍 to tell me that this comment was useful, or 👎 if not (and I'll stop posting more comments like this in the future)
runs-on: ${{ matrix.os }}-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@v5 |
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.
This line contains a redundant comment at the top of the file that simply restates 'CI to test Robyn on major Linux, MacOS and Windows' when this is already clear from the workflow name 'Python Continuous integration' and the matrix configuration. According to the effective_comments rule, we should avoid redundant comments that restate the obvious.
🔍 This comment matches your effective_comments.mdc
rule.
React with 👍 to tell me that this comment was useful, or 👎 if not (and I'll stop posting more comments like this in the future)
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the github-actions group with 7 updates:
3
5
5
6
3
6
3.5.0
4.0.1
2
3
2024.03.02
2025.05.01
4
5
Updates
actions/checkout
from 3 to 5Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
08c6903
Prepare v5.0.0 release (#2238)9f26565
Update actions checkout to use node 24 (#2226)08eba0b
Prepare release v4.3.0 (#2237)631c7dc
Update package dependencies (#2236)8edcb1b
Update CODEOWNERS for actions (#2224)09d2aca
Update README.md (#2194)85e6279
Adjust positioning of user email note and permissions heading (#2044)009b9ae
Documentation update - add recommended permissions to Readme (#2043)cbb7224
Update README.md (#1977)3b9b8c8
docs: update README.md (#1971)Updates
actions/setup-python
from 5 to 6Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
e797f83
Upgrade to node 24 (#1164)3d1e2d2
Revert "Enhance cache-dependency-path handling to support files outside the w...65b0712
Clarify pythonLocation behavior for PyPy and GraalPy in environment variables...5b668cf
Bump actions/checkout from 4 to 5 (#1181)f62a0e2
Change missing cache directory error to warning (#1182)9322b3c
Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn...fbeb884
Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)03bb615
Bump idna from 2.9 to 3.7 in /tests/data (#843)36da51d
Add version parsing from Pipfile (#1067)3c6f142
update documentation (#1156)Updates
astral-sh/setup-uv
from 3 to 6Release notes
Sourced from astral-sh/setup-uv's releases.
... (truncated)
Commits
b75a909
bump deps (#569)ffff8aa
Bump github/codeql-action from 3.29.11 to 3.30.3 (#566)95d0e23
Bump actions/setup-node from 4.4.0 to 5.0.0 (#551)dc724a1
Add inputs restore-cache and save-cache (#568)f67343a
Automatically push updated known versions (#565)4dd9f52
chore: update known versions for 0.8.16/0.8.17 (#562)e1e6fe7
chore: update known versions for 0.8.15 (#550)b183611
chore(ci): address CI lint findings (#545)557e51d
Bump dependencies (#547)1b46e13
Fix exclusions in cache-dependency-glob (#546)Updates
CodSpeedHQ/action
from 3.5.0 to 4.0.1Release notes
Sourced from CodSpeedHQ/action's releases.
... (truncated)
Commits
653fdc3
Release v4.0.1 🚀4da7be1
chore: bump runner version to 4.0.1172d6c5
chore: make the comment about input validation more discreted15e1ce
chore: improve the release script6eeb021
Release v4.0.0 🚀74312da
chore: improve the release script8a17a35
ci: add modes to the matrix8e3f02a
feat: make the mode argument required97c7a6f
chore: bump runner version to 4.0.08a4cadd
chore: point the changelog to the runnerUpdates
uraimo/run-on-arch-action
from 2 to 3Release notes
Sourced from uraimo/run-on-arch-action's releases.
... (truncated)
Commits
aa8e672
Tagged v3 from refs/tags/v3.0.1 [skip ci]d94c139
Update advanced-example.ymlcce40bc
Update README.mda0b3f49
Merge pull request #165 from clintonsteiner/addUbuntu24.04fe536a5
docker: add ubuntu24.04 explicit version5fc2733
Update README.mda5d972c
Update README.mde83c2c1
Update advanced-example.yml4141da8
Update README.md2b92569
Update README.mdUpdates
wntrblm/nox
from 2024.03.02 to 2025.05.01Release notes
Sourced from wntrblm/nox's releases.
... (truncated)
Changelog
Sourced from wntrblm/nox's changelog.
... (truncated)
Commits
2254a1e
chore: bump version to 2025.05.01 (#960)e0b5e33
fix: conda_install issue with newer conda (#957)a58fe60
fix: support forcing Python on parametrized session (#958)aa475d6
fix: add UV_PYTHON to disallowed vars (#959)1acbb4e
chore: use PEP 639 license (#956)7219be7
chore(deps): bump astral-sh/setup-uv from 5 to 6 in the actions group (#952)b943f95
fix: uv version is now uv self version, support UV (#955)1d52c8f
Never ignore URL dependencies in PEP 723 noxfiles (#935)4e7f644
feat: show skip reason by default (#941)70df6ab
fix: use Python 3.12 for action, allow 3.13, drop 3.8 from auto versions (#946)Updates
actions/download-artifact
from 4 to 5Release notes
Sourced from actions/download-artifact's releases.
... (truncated)
Commits
634f93c
Merge pull request #416 from actions/single-artifact-id-download-pathb19ff43
refactor: resolve download path correctly in artifact download tests (mainly ...e262cbe
bundle distbff23f9
update docsfff8c14
fix download path logic when downloading a single artifact by id448e3f8
Merge pull request #407 from actions/nebuk89-patch-147225c4
Update README.mdDependabot 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 conditionsHigh-level PR Summary
This PR updates multiple GitHub Actions dependencies across all workflow files. It includes upgrades for seven GitHub Actions packages: actions/checkout (v3/v4 to v5), actions/setup-python (v5 to v6), astral-sh/setup-uv (v3 to v6), CodSpeedHQ/action (v3.5.0 to v4.0.1), uraimo/run-on-arch-action (v2 to v3), wntrblm/nox (2024.03.02 to 2025.05.01), and actions/download-artifact (v4 to v5). These updates provide new features and fix bugs in the GitHub Actions used in the CI/CD pipeline.
⏱️ Estimated Review Time: 0h 15m
💡 Review Order Suggestion
.github/workflows/codspeed.yml
.github/workflows/lint-pr.yml
.github/workflows/preview-deployments.yml
.github/workflows/python-CI.yml
.github/workflows/release-CI.yml
.github/workflows/rust-CI.yml
Review by RecurseML
🔍 Review performed on ffb7ebc..aabb4d0
✅ Files analyzed, no issues (5)
•
.github/workflows/release-CI.yml
•
.github/workflows/preview-deployments.yml
•
.github/workflows/rust-CI.yml
•
.github/workflows/codspeed.yml
•
.github/workflows/lint-pr.yml