Skip to content

Commit 5116e9a

Browse files
authored
Merge pull request #2646 from stack-of-tasks/dependabot/github_actions/devel/prefix-dev/setup-pixi-0.8.5
build(deps): bump prefix-dev/setup-pixi from 0.8.4 to 0.8.5
2 parents 95c139e + 60ff6a8 commit 5116e9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/macos-linux-windows-pixi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
key: ccache-macos-linux-conda-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.environment }}_${{ github.sha }}
9494
restore-keys: ccache-macos-linux-conda-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.environment }}_
9595

96-
- uses: prefix-dev/[email protected].4
96+
- uses: prefix-dev/[email protected].5
9797
with:
9898
cache: true
9999
environments: ${{ matrix.environment }}

.github/workflows/update_pixi_lockfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Set up pixi
30-
uses: prefix-dev/[email protected].4
30+
uses: prefix-dev/[email protected].5
3131
with:
3232
run-install: false
3333

include/pinocchio/multibody/model.hxx

+2-2
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ namespace pinocchio
469469
typename PINOCCHIO_ALIGNED_STD_VECTOR(Frame)::const_iterator it =
470470
std::find_if(frames.begin(), frames.end(), details::FilterFrame(name, type));
471471
std::ostringstream os;
472-
os << "Several frames match the filter - please specify the FrameType (name=\""
473-
<< name << "\", type=\"" << type << "\")";
472+
os << "Several frames match the filter - please specify the FrameType (name=\"" << name
473+
<< "\", type=\"" << type << "\")";
474474
PINOCCHIO_CHECK_INPUT_ARGUMENT(
475475
((it == frames.end()
476476
|| (std::find_if(boost::next(it), frames.end(), details::FilterFrame(name, type)) == frames.end()))),

0 commit comments

Comments
 (0)