Skip to content

Bump actions/checkout from 3.4.0 to 3.5.0 #2464

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

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2023

Bumps actions/checkout from 3.4.0 to 3.5.0.

Release notes

Sourced from actions/checkout's releases.

v3.5.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.4.0...v3.5.0

Changelog

Sourced from actions/checkout's changelog.

Changelog

Commits

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog labels Mar 28, 2023
@weiji14
Copy link
Member

weiji14 commented Mar 28, 2023

Unrelated error on dvc pull failing across Linux/macOS/Windows tests, see e.g. https://github.com/GenericMappingTools/pygmt/actions/runs/4547567143/jobs/8017614211#step:9:28.

 2023-03-28 20:59:43,958 DEBUG: v2.51.0 (conda), CPython 3.11.0 on Linux-5.15.0-1034-azure-x86_64-with-glibc2.35
2023-03-28 20:59:43,958 DEBUG: command: /usr/share/miniconda3/envs/pygmt/bin/dvc pull --verbose
Traceback (most recent call last):
  File "/usr/share/miniconda3/envs/pygmt/lib/python3.11/site-packages/dvc/cli/__init__.py", line 209, in main
    cmd = args.func(args)
          ^^^^^^^^^^^^^^^
  File "/usr/share/miniconda3/envs/pygmt/lib/python3.11/site-packages/dvc/cli/command.py", line 16, in __init__
    from dvc.repo import Repo
  File "/usr/share/miniconda3/envs/pygmt/lib/python3.11/site-packages/dvc/repo/__init__.py", line 72, in <module>
    class Repo:
  File "/usr/share/miniconda3/envs/pygmt/lib/python3.11/site-packages/dvc/repo/__init__.py", line 96, in Repo
    from dvc.repo.status import status  # type: ignore[misc]
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/miniconda3/envs/pygmt/lib/python3.11/site-packages/dvc/repo/status.py", line 4, in <module>
    from funcy.py3 import cat
ModuleNotFoundError: No module named 'funcy.py3'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/share/miniconda3/envs/pygmt/bin/dvc", line 10, in <module>
    sys.exit(main())
             ^^^^^^
  File "/usr/share/miniconda3/envs/pygmt/lib/python3.11/site-packages/dvc/cli/__init__.py", line 236, in main
    ret = _log_exceptions(exc) or 255
          ^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/miniconda3/envs/pygmt/lib/python3.11/site-packages/dvc/cli/__init__.py", line 145, in _log_exceptions
    _log_unknown_exceptions()
  File "/usr/share/miniconda3/envs/pygmt/lib/python3.11/site-packages/dvc/cli/__init__.py", line 41, in _log_unknown_exceptions
    from dvc.info import get_dvc_info
  File "/usr/share/miniconda3/envs/pygmt/lib/python3.11/site-packages/dvc/info.py", line 12, in <module>
    from dvc.repo import Repo
  File "/usr/share/miniconda3/envs/pygmt/lib/python3.11/site-packages/dvc/repo/__init__.py", line 72, in <module>
    class Repo:
  File "/usr/share/miniconda3/envs/pygmt/lib/python3.11/site-packages/dvc/repo/__init__.py", line 96, in Repo
    from dvc.repo.status import status  # type: ignore[misc]
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/miniconda3/envs/pygmt/lib/python3.11/site-packages/dvc/repo/status.py", line 4, in <module>
    from funcy.py3 import cat
ModuleNotFoundError: No module named 'funcy.py3'

Looking at the dependency diff, it appears that funcy=2.0 was released on 28 March which brought some API changes. Will need to wait for an upstream fix in dvc or pin to funcy<2.0.

@seisman
Copy link
Member

seisman commented Mar 29, 2023

Will need to wait for an upstream fix in dvc or pin to funcy<2.0.

pinning funcy<2.0 sounds good to me.

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/checkout-3.5.0 branch from ab2f18f to 8cac17c Compare March 30, 2023 02:11
@seisman seisman added this to the 0.9.0 milestone Mar 30, 2023
@seisman seisman merged commit 4cc367f into main Mar 30, 2023
@seisman seisman deleted the dependabot/github_actions/actions/checkout-3.5.0 branch March 30, 2023 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants