Skip to content
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

build(deps): bump the dependencies group with 10 updates #130

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the dependencies group with 10 updates:

Package From To
actions/setup-python 4 5
install-pinned/maturin-with-zig 1c81abaaee669d7c37cd893e1037216ecf5df7e0 7dc6082180bb4d3acd615d58c00156b7d444c772
install-pinned/maturin 63688f9ac50926e464a1968e2383270d2d18c07c dfebcaa782a69944b584ec164e97fbbd09885352
actions/upload-artifact 3 4
actions/download-artifact 3 4
install-pinned/build 8abfe6b59c77f639a26f11c0ce295f9940f7865f 6921a57b43fbb0fd3bcc42465ec9b4f3630e0032
install-pinned/mypy 5257e4e0636763f6fb849c6354a2ff13d645d3a9 c2223951641cbb406fa8526d08f0690899f130e4
install-pinned/pdoc 1e3e54521769cb06a10c2c4479c682551d4c9dce ab8a5be0e3510626455121b5daa646819e08f0d5
actions/upload-pages-artifact 2 3
actions/deploy-pages 2 4

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 install-pinned/maturin-with-zig from 1c81abaaee669d7c37cd893e1037216ecf5df7e0 to 7dc6082180bb4d3acd615d58c00156b7d444c772

Commits

Updates install-pinned/maturin from 63688f9ac50926e464a1968e2383270d2d18c07c to dfebcaa782a69944b584ec164e97fbbd09885352

Commits

Updates actions/upload-artifact from 3 to 4

Release notes

Sourced from actions/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.

For more information, see the @​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

Updates actions/download-artifact from 3 to 4

Release notes

Sourced from actions/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.

For more information, see the @​actions/artifact documentation.

New Contributors

Full Changelog: actions/download-artifact@v3...v4.0.0

v3.0.2

v3.0.1

Commits
  • f44cd7b Merge pull request #259 from actions/robherley/glob-downloads
  • 3181fe8 add some migration docs
  • aaaac7b licensed cache
  • 7c9182f update readme
  • b94e701 licensed cache
  • 0b55470 add test case for globbed downloads to same directory
  • 0b51c2e update prettier/eslint versions
  • c4c6db7 support globbing artifact list & merging download directory
  • 1bd0606 Merge pull request #252 from stchr/patch-1
  • eff4d42 fix default for run-id
  • Additional commits viewable in compare view

Updates install-pinned/build from 8abfe6b59c77f639a26f11c0ce295f9940f7865f to 6921a57b43fbb0fd3bcc42465ec9b4f3630e0032

Commits

Updates install-pinned/mypy from 5257e4e0636763f6fb849c6354a2ff13d645d3a9 to c2223951641cbb406fa8526d08f0690899f130e4

Commits

Updates install-pinned/pdoc from 1e3e54521769cb06a10c2c4479c682551d4c9dce to ab8a5be0e3510626455121b5daa646819e08f0d5

Commits

Updates actions/upload-pages-artifact from 2 to 3

Release notes

Sourced from actions/upload-pages-artifact's releases.

v3.0.0

Changelog

To deploy a GitHub Pages site which has been uploaded with this version of actions/upload-pages-artifact, you must also use actions/deploy-pages@v4 or newer.

See details of all code changes since previous release.

Commits
  • 0252fc4 Merge pull request #81 from actions/artifacts-next
  • 2a5c144 Use actions/download-artifact@v4 in test
  • 7e3f6bb Merge pull request #80 from robherley/patch-1
  • 257e666 Use v4 upload-artifact tag
  • 0313a19 Merge pull request #78 from konradpabjan/main
  • 1228e65 Update action.yml
  • eb31309 Update artifact names in tests
  • 241a975 Correct artifact name during download
  • ef95519 Unique artifact name per job
  • ecdd3ed Switch to using download@v4-beta
  • Additional commits viewable in compare view

Updates actions/deploy-pages from 2 to 4

Release notes

Sourced from actions/deploy-pages's releases.

v4.0.0

Changelog

  • Deploy pages using artifact IDs @​konradpabjan (#251)
  • This version requires the permission actions: read in the workflows which use it.

ℹ️ This version of actions/deploy-pages is ONLY compatible with artifacts uploaded by either:

See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v3.0.1

Changelog

🧰 Maintenance


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v3.0.0

Changelog


See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v2.0.5

Changelog

... (truncated)

Commits
  • 7a9bd94 Merge pull request #290 from actions/dependabot/npm_and_yarn/undici-6.2.1
  • eee8a27 Update distributables after Dependabot 🤖
  • b6e5c85 Bump undici from 6.0.1 to 6.2.1
  • b8d2528 Merge pull request #282 from actions/dependabot/github_actions/github/codeql-...
  • 53d1eac Bump github/codeql-action from 2 to 3
  • 3f0ef9d Merge pull request #281 from actions/dependabot/github_actions/actions/upload...
  • 8275104 Bump actions/upload-artifact from 3 to 4
  • 9be9d73 Merge pull request #280 from actions/dependabot/npm_and_yarn/eslint-8.56.0
  • d8afefa Bump eslint from 8.55.0 to 8.56.0
  • 304d0b7 Merge pull request #277 from actions/dependabot/github_actions/actions/publis...
  • Additional commits viewable in compare 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 dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` |
| [install-pinned/maturin-with-zig](https://github.com/install-pinned/maturin-with-zig) | `1c81abaaee669d7c37cd893e1037216ecf5df7e0` | `7dc6082180bb4d3acd615d58c00156b7d444c772` |
| [install-pinned/maturin](https://github.com/install-pinned/maturin) | `63688f9ac50926e464a1968e2383270d2d18c07c` | `dfebcaa782a69944b584ec164e97fbbd09885352` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `3` | `4` |
| [install-pinned/build](https://github.com/install-pinned/build) | `8abfe6b59c77f639a26f11c0ce295f9940f7865f` | `6921a57b43fbb0fd3bcc42465ec9b4f3630e0032` |
| [install-pinned/mypy](https://github.com/install-pinned/mypy) | `5257e4e0636763f6fb849c6354a2ff13d645d3a9` | `c2223951641cbb406fa8526d08f0690899f130e4` |
| [install-pinned/pdoc](https://github.com/install-pinned/pdoc) | `1e3e54521769cb06a10c2c4479c682551d4c9dce` | `ab8a5be0e3510626455121b5daa646819e08f0d5` |
| [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `2` | `3` |
| [actions/deploy-pages](https://github.com/actions/deploy-pages) | `2` | `4` |


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

Updates `install-pinned/maturin-with-zig` from 1c81abaaee669d7c37cd893e1037216ecf5df7e0 to 7dc6082180bb4d3acd615d58c00156b7d444c772
- [Release notes](https://github.com/install-pinned/maturin-with-zig/releases)
- [Commits](install-pinned/maturin-with-zig@1c81aba...7dc6082)

Updates `install-pinned/maturin` from 63688f9ac50926e464a1968e2383270d2d18c07c to dfebcaa782a69944b584ec164e97fbbd09885352
- [Release notes](https://github.com/install-pinned/maturin/releases)
- [Commits](install-pinned/maturin@63688f9...dfebcaa)

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 `install-pinned/build` from 8abfe6b59c77f639a26f11c0ce295f9940f7865f to 6921a57b43fbb0fd3bcc42465ec9b4f3630e0032
- [Release notes](https://github.com/install-pinned/build/releases)
- [Commits](install-pinned/build@8abfe6b...6921a57)

Updates `install-pinned/mypy` from 5257e4e0636763f6fb849c6354a2ff13d645d3a9 to c2223951641cbb406fa8526d08f0690899f130e4
- [Release notes](https://github.com/install-pinned/mypy/releases)
- [Commits](install-pinned/mypy@5257e4e...c222395)

Updates `install-pinned/pdoc` from 1e3e54521769cb06a10c2c4479c682551d4c9dce to ab8a5be0e3510626455121b5daa646819e08f0d5
- [Release notes](https://github.com/install-pinned/pdoc/releases)
- [Commits](install-pinned/pdoc@1e3e545...ab8a5be)

Updates `actions/upload-pages-artifact` from 2 to 3
- [Release notes](https://github.com/actions/upload-pages-artifact/releases)
- [Commits](actions/upload-pages-artifact@v2...v3)

Updates `actions/deploy-pages` from 2 to 4
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](actions/deploy-pages@v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: install-pinned/maturin-with-zig
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: install-pinned/maturin
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: install-pinned/build
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: install-pinned/mypy
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: install-pinned/pdoc
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: actions/upload-pages-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: actions/deploy-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jan 1, 2024
@mhils
Copy link
Member

mhils commented Feb 1, 2024

@dependabot ignore actions/upload-artifact

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

OK, I won't notify you about actions/upload-artifact again, unless you unignore it.

@mhils
Copy link
Member

mhils commented Feb 1, 2024

@dependabot ignore actions/download-artifact

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

OK, I won't notify you about actions/download-artifact again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 1, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/dependencies-91e2e89e88 branch February 1, 2024 09:55
@mhils
Copy link
Member

mhils commented Feb 1, 2024

https://github.com/dependabot unignore actions/upload-artifact
https://github.com/dependabot unignore actions/download-artifact

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

OK, I will stop ignoring the actions/upload-artifact dependency.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

@mhils
Copy link
Member

mhils commented Feb 1, 2024

@dependabot unignore actions/download-artifact

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

OK, I will stop ignoring the actions/download-artifact dependency.

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

Looks like this PR is closed. If you re-open it I'll rebase it as long as no-one else has edited it (you can use @dependabot reopen if the branch has been deleted).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant