Skip to content

Bump reviewdog/action-misspell from 1.21.0 to 1.22.0 #1056

Bump reviewdog/action-misspell from 1.21.0 to 1.22.0

Bump reviewdog/action-misspell from 1.21.0 to 1.22.0 #1056

Triggered via pull request July 8, 2024 18:06
Status Failure
Total duration 20s
Artifacts

update.yml

on: pull_request
check-versions
8s
check-versions
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
check-versions
command [./update_versions.sh] exited with code 1. message: WARNING: Did not find branch or tag 'stable/wallaby', assuming revision or ref. error: subprocess-exited-with-error × git checkout -q stable/wallaby did not run successfully. │ exit code: 1 ╰─> [1 lines of output] error: pathspec 'stable/wallaby' did not match any file(s) known to git [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. Traceback (most recent call last): File "/home/runner/.local/bin/pip-compile", line 8, in <module> sys.exit(cli()) File "/usr/lib/python3/dist-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3/dist-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/usr/lib/python3/dist-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/lib/python3/dist-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "/usr/lib/python3/dist-packages/click/decorators.py", line 26, in new_func return f(get_current_context(), *args, **kwargs) File "/home/runner/.local/lib/python3.10/site-packages/piptools/scripts/compile.py", line 470, in cli results = resolver.resolve(max_rounds=max_rounds) File "/home/runner/.local/lib/python3.10/site-packages/piptools/resolver.py", line 604, in resolve is_resolved = self._do_resolve( File "/home/runner/.local/lib/python3.10/site-packages/piptools/resolver.py", line 636, in _do_resolve resolver.resolve( File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 76, in resolve collected = self.factory.collect_root_requirements(root_reqs) File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 538, in collect_root_requirements reqs = list( File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 494, in _make_requirements_from_install_req cand = self._make_base_candidate_from_link( File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 231, in _make_base_candidate_from_link self._link_candidate_cache[link] = LinkCandidate( File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 303, in __init__ super().__init__( File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 158, in __init__ self.dist = self._prepare() File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 235, in _prepare dist = self._prepare_distribution() File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 314, in _prepare_distribution return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 527, in prepare_linked_requirement return self._prepare_linked_requirement(req, parallel_builds) File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 598, in _prepare_linked_requirement local_file = unpack_url( File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 159, in unpack_url unpack_vcs_link(link, location, verbosity=verbosity) File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 81, in unpack_vcs_link vcs_backend.unpack(location, url=hide_url(link.url), verbosity=verbosity) File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/vcs/versioncontrol.py", line 589, in unpack self.obtain(location, url=url, verbosity=verbosity) File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/vcs/v
check-versions
The following actions uses Node.js version which is deprecated and will be forced to run on node20: technote-space/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check-versions
>> WARNING: Did not find branch or tag 'stable/wallaby', assuming revision or ref.
check-versions
>> error: subprocess-exited-with-error
check-versions
>>
check-versions
>> × git checkout -q stable/wallaby did not run successfully.
check-versions
>> │ exit code: 1
check-versions
>> ╰─> [1 lines of output]
check-versions
>> error: pathspec 'stable/wallaby' did not match any file(s) known to git
check-versions
>> [end of output]
check-versions
>>
check-versions
>> note: This error originates from a subprocess, and is likely not a problem with pip.