Skip to content

Bump actions/checkout from 4.1.6 to 4.1.7 #1025

Bump actions/checkout from 4.1.6 to 4.1.7

Bump actions/checkout from 4.1.6 to 4.1.7 #1025

Triggered via pull request June 13, 2024 19:05
Status Failure
Total duration 25s
Artifacts

update.yml

on: pull_request
check-versions
14s
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 534, in collect_root_requirements reqs = list( File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/factory.py", line 490, 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 228, 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 290, in __init__ super().__init__( File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 156, in __init__ self.dist = self._prepare() File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 222, in _prepare dist = self._prepare_distribution() File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/resolution/resolvelib/candidates.py", line 301, 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 525, 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 596, in _prepare_linked_requirement local_file = unpack_url( File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/operations/prepare.py", line 157, 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 80, 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 608, in unpack self.obtain(location, url=url, verbosity=verbosity) File "/home/runner/.local/lib/python3.10/site-packages/pip/_internal/vcs/v
check-versions
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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.