Bumps [fsfe/reuse-action](https://github.com/fsfe/reuse-action) from 1
to 2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/fsfe/reuse-action/releases">fsfe/reuse-action's
releases</a>.</em></p>
<blockquote>
<h2>v2.0.0</h2>
<h3>Changes</h3>
<ul>
<li>Bump to the latest reuse-tool major version 2.x. With new releases
in this major version, this action will automatically follow.</li>
</ul>
<h2>v1.3.0</h2>
<h3>Changes</h3>
<ul>
<li>This action will now carry the same major version as the
corresponding reuse-tool version it uses</li>
</ul>
<h2>v1.2.0</h2>
<h3>Fixes</h3>
<ul>
<li>Detect Git VCS in workspace again (<a
href="https://redirect.github.com/fsfe/reuse-action/issues/18">#18</a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li>Define Github workspace for Docker container via environment
variable (<a
href="https://redirect.github.com/fsfe/reuse-action/issues/18">#18</a>)</li>
</ul>
<h2>v1.1.1</h2>
<p>No effective changes, just a new release to trigger the verified
creators check.</p>
<h2>v1.1</h2>
<p>The first stable release of the REUSE Github action.</p>
<ul>
<li>It enables the use of other subcommands (like <code>spdx</code>) and
optional arguments (like <code>--include-submodules</code>).</li>
<li>BREAKING: The old <code>cmd</code> argument does not work any more.
Please see the README.md for examples how to pass extra commands and
arguments to the action.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4f2804894b"><code>4f28048</code></a>
bump to reuse-tool major version 2</li>
<li>See full diff in <a
href="https://github.com/fsfe/reuse-action/compare/v1...v2">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
## Summary of Changes
Tetrahedral remeshing's vertex and cell base classes have had their API
modified with the introduction of `SMDS_3`
(https://github.com/CGAL/cgal/pull/5693).
The API is likely to be restored to its previous state with 6.0, but
it's too late for 5.6.
## Release Management
* Affected package(s): `Installation`
* Issue(s) solved (if any): -
* Feature/Small Feature (if any): n/a
* License and copyright ownership: no change.
This is a band aid fix, a proper fix is to rework the full initilization
pipeline. This is the purpose of the following pull request:
https://github.com/CGAL/cgal/pull/7606