Skip to content

Bump the actions group with 2 updates #7

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 30, 2025

Bumps the actions group with 2 updates: actions/setup-python and streetsidesoftware/cspell-action.

Updates actions/setup-python from 4 to 5

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: 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@v4 
  with:
    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 Python
        uses: actions/setup-python@v4
</tr></table> 

... (truncated)

Commits

Updates streetsidesoftware/cspell-action from 5 to 6

Release notes

Sourced from streetsidesoftware/cspell-action's releases.

v6.0.0

6.0.0 (2024-03-03)

⚠ BREAKING CHANGES

  • Use locally installed git to determine file changes. (#1596)

Features

Updates and Bug Fixes

v5.4.0

5.4.0 (2024-02-21)

Features

Updates and Bug Fixes

v5.3.0

5.3.0 (2024-01-03)

... (truncated)

Changelog

Sourced from streetsidesoftware/cspell-action's changelog.

6.6.0 (2024-07-06)

Features

Updates and Bug Fixes

6.5.0 (2024-07-01)

Features

Updates and Bug Fixes

6.4.0 (2024-06-20)

Features

Updates and Bug Fixes

... (truncated)

Commits
  • ef95dc4 chore(main): release 6.10.0 (#2045)
  • 645589e ci: Workflow Bot -- Update ALL Dependencies (main) (#2088)
  • d2f25b7 feat: Update CSpell version (8.17.1) (#2090)
  • 5ac1408 ci: Workflow Bot -- Update ALL Dependencies (main) (#2084)
  • f4339a9 fix: Update Dictionaries and Dependencies (#2085)
  • a7257c5 ci: Workflow Bot -- Update ALL Dependencies (main) (#2083)
  • 0ef27f2 ci: Workflow Bot -- Update ALL Dependencies (main) (#2082)
  • 54d23f8 chore(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 (#2081)
  • ac3b9d1 ci: Workflow Bot -- Update ALL Dependencies (main) (#2080)
  • f872d14 fix: Update Dictionaries and Dependencies (#2074)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Copy link
Author

dependabot bot commented on behalf of github Jan 30, 2025

The following labels could not be found: dependencies, github-actions.

@dependabot dependabot bot requested a review from ustiugov January 30, 2025 08:36
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-845523a319 branch from 8a8b6a9 to 56fc37e Compare March 3, 2025 10:17
Bumps the actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action).


Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v5)

Updates `streetsidesoftware/cspell-action` from 5 to 6
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md)
- [Commits](streetsidesoftware/cspell-action@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: streetsidesoftware/cspell-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-845523a319 branch from 56fc37e to 7b5e9b7 Compare March 17, 2025 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants