slint
slint copied to clipboard
build(deps): bump the github-actions group with 9 updates
Bumps the github-actions group with 9 updates:
| Package | From | To |
|---|---|---|
| jurplel/install-qt-action | 3 |
4 |
| pyvista/setup-headless-display-action | 1 |
2 |
| lukka/run-cmake | 3.4 |
10.7 |
| docker/setup-buildx-action | 1 |
3 |
| docker/login-action | 1 |
3 |
| docker/build-push-action | 3 |
6 |
| streetsidesoftware/cspell-action | 5 |
6 |
| docker/setup-qemu-action | 2 |
3 |
| robinraju/release-downloader | 1.9 |
1.11 |
Updates jurplel/install-qt-action from 3 to 4
Release notes
Sourced from jurplel/install-qt-action's releases.
install-qt-action v4.0.0
The biggest change with this version is
aqtinstallbeing updated to 3.1. Most of the other changes are from PRs listed below. The reason this is 4.0.0 is due to (relatively small) breaking changes from the PRs annotated with [v4]. Consult the upgrade guide for details on breaking changes.Auto-generated list of PRs:
- Two small fixes in readme file. by
@wy-lukein jurplel/install-qt-action#185- Add libgstreamer-gl1.0-0 to linux dependencies by
@ddalcinoin jurplel/install-qt-action#186- Add options to install source, docs, and examples by
@ddalcinoin jurplel/install-qt-action#179- [v4] Fix
Qt5_DIRenvironment variable by@ddalcinoin jurplel/install-qt-action#190- [v4] Install desktop Qt when required to by Qt 6.2+ mobile and WASM by
@ddalcinoin jurplel/install-qt-action#189- [v4] Add installed tools to path by
@ddalcinoin jurplel/install-qt-action#180- Bump tough-cookie and
@azure/ms-rest-jsin /action by@dependabotin jurplel/install-qt-action#197- Bump semver from 6.3.0 to 6.3.1 in /action by
@dependabotin jurplel/install-qt-action#198- Bump word-wrap from 1.2.3 to 1.2.4 in /action by
@dependabotin jurplel/install-qt-action#199- Update node.js version to 20; update CI dependencies to remove warnings by
@pzhlkj6612in jurplel/install-qt-action#222- update version of setup-python by
@pionerein jurplel/install-qt-action#219- Add libxcb-cursor0 to Linux dependencies for Qt 6.5 and up by
@IgKhin jurplel/install-qt-action#221- Add 'aqtsource' option that allows overriding where the action sources aqtinstall from by
@timangusin jurplel/install-qt-action#234- Add Windows ARM support by
@vicr123in jurplel/install-qt-action#212A big thanks to everyone involved for their contributions to the project, and a special thanks to those who have been helping to manage the Github issues.
install-qt-action v3.3.0
- Add libgstreamer (
@ddalcino)- Add option to install source, docs, and examples (
@ddalcino)install-qt-action v3.2.1
- add back automatic
libxkbcommon-x11-0installation on linuxinstall-qt-action v3.2.0
- Fix py7zr weirdness (
@ddalcino)install-qt-action v3.1.0
- Fix detection of Qt architecture directory thanks to
@ddalcino
Commits
f03f055Merge remote-tracking branch 'origin/master' into v4b514934Forgot action.yml workaround0fe81f8Update README_upgrade_guide.md6d100a7Merge remote-tracking branch 'origin/master' into v499da6f4Forgot to add node_modules518d652Update README.mddbcedf9Build v43254977Update packages8c7ed71fix lints45ea618Exit process after running, workaround for #236- Additional commits viewable in compare view
Updates pyvista/setup-headless-display-action from 1 to 2
Release notes
Sourced from pyvista/setup-headless-display-action's releases.
v2
What's Changed
- ENH: Add qt and pyvista options by
@larsonerin pyvista/setup-headless-display-action#7New Contributors
@larsonermade their first contribution in pyvista/setup-headless-display-action#7Full Changelog: https://github.com/pyvista/setup-headless-display-action/compare/v1...v2
Commits
8b39741ENH: Add qt and pyvista options (#7)a90d08fUpdate local.ymld8dace6Update README- See full diff in compare view
Updates lukka/run-cmake from 3.4 to 10.7
Release notes
Sourced from lukka/run-cmake's releases.
[email protected]
Changes:
- Update the action to require node v20, since v16 is out of support. If any problem occurs, please use
[email protected]and create an issue.- Update dependencies to most recent ones: all libs and
@actionspackages update to most recent versions, along with all other dependencies.- Drop usage of gulp.
- Update docs.
Note: to keep your workflow up to date with bug and security fixes, just use
v10branch to stay on the most recentv10.xversion of this action, e.g.,uses: lukka/run-cmake@v10[email protected]
Changes:
- Since May 2023 the GitHub Runners for Windows contain Visual Studio 2022 17.6, whose VS Developer Command Prompt (or Developer Powershell) defines the
VCPKG_ROOTvalue. The change is that therun-cmakeaction avoids changing the value ofVCPKG_ROOTwhen setting up the MSVC environment.Note: to keep your workflow up to date with bug and security fixes, just use
v10branch to stay on the most recentv10.xversion of this action, e.g.,uses: lukka/run-cmake@v10[email protected]
Changes:
- Emit a warning message if the vcpkg's executable cannot be found and the MSVC environment cannot be setup. This happens only on Windows when VCPKG_ROOT's directory does not contain the vcpkg's executable.
Note: to keep your workflow up to date with bug and security fixes, just use
v10branch to stay on the most recentv10.xversion of this action, e.g.,uses: lukka/run-cmake@v10[email protected]
Changes:
- Add support for CPack's presets in CMakePresets.json. Solves #107
- Documentation updated to clarify that usage of CMakePresets.json is required. Solves #108
Note: to keep your workflow up to date with bug and security fixes, just use
v10branch to stay on the most recentv10.xversion of this action, e.g.,uses: lukka/run-cmake@v10[email protected]
Changes:
- Add support for CMake's workflows in CMakePresets.json. Solves: lukka/run-cmake#102
Note: to keep your workflow up to date with bug and security fixes, just use
v10branch to stay on the most recentv10.xversion of this action, e.g.,uses: lukka/run-cmake@v10[email protected]
Changes:
- let user customize and append arguments to
cmakeandctestusing the following new inputs:- it is now possible to skip the configuration phase as it is now optional (e.g., do not provide a configurePreset value).
Fixes: lukka/run-cmake#92
Note: to keep your workflow up to date with bug and security fixes, just use
v10branch to stay on the most recentv10.xversion of this action, e.g.,uses: lukka/run-cmake@v10[email protected]
Changes:
- using
node16rather than node12 which is deprecated.
... (truncated)
Commits
2ce8982fix spacing in contributing.md1f075d1- drop gulp.2f041fdBump@babel/traversefrom 7.11.5 to 7.23.2a65e42aBump actions/checkout from 3 to 4f73dfdfadd codeql validation93b0f6cBump actions/checkout from 3 to 4fbcfe00Bump word-wrap from 1.2.3 to 1.2.4f9520b0Bump semver from 5.7.1 to 5.7.2c6e1f27Bump tough-cookie from 4.1.2 to 4.1.3c2b72afreword the README.md regarding VCPKG_ROOT env var.- Additional commits viewable in compare view
Updates docker/setup-buildx-action from 1 to 3
Release notes
Sourced from docker/setup-buildx-action's releases.
v3.0.0
- Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-maxin docker/setup-buildx-action#264- Bump
@actions/corefrom 1.10.0 to 1.10.1 in docker/setup-buildx-action#267Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.10.0...v3.0.0
v2.10.0
- Bump
@docker/actions-toolkitfrom 0.7.1 to 0.10.0 by@crazy-maxin docker/setup-buildx-action#258- Bump word-wrap from 1.2.3 to 1.2.5 in docker/setup-buildx-action#253
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.9.1...v2.10.0
v2.9.1
- Bump
@docker/actions-toolkitfrom 0.7.0 to 0.7.1 in docker/setup-buildx-action#248
- Fixes an issue where building Buildx does not match the local platform (docker/actions-toolkit#135)
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.9.0...v2.9.1
v2.9.0
- Bump
@docker/actions-toolkitfrom 0.6.0 to 0.7.0 in docker/setup-buildx-action#246
- Adds support to cache Buildx binary to hosted tool cache and GHA cache backend
Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.8.0...v2.9.0
v2.8.0
- Only set specific flags for drivers supporting them by
@nicksin docker/setup-buildx-action#241- Bump
@docker/actions-toolkitfrom 0.5.0 to 0.6.0 in docker/setup-buildx-action#242Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.7.0...v2.8.0
v2.7.0
- Bump
@docker/actions-toolkitfrom 0.3.0 to 0.5.0 in docker/setup-buildx-action#237 docker/setup-buildx-action#238Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.6.0...v2.7.0
v2.6.0
- Set node name for k8s driver when appending nodes by
@crazy-maxin docker/setup-buildx-action#219- Bump
@docker/actions-toolkitfrom 0.1.0-beta.18 to 0.3.0 in docker/setup-buildx-action#220 docker/setup-buildx-action#229 docker/setup-buildx-action#231 docker/setup-buildx-action#236Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.5.0...v2.6.0
v2.5.0
cleanupinput to remove builder and temp files by@crazy-maxin docker/setup-buildx-action#213- do not remove builder using the
dockerdriver by@crazy-maxin docker/setup-buildx-action#218- fix current context as builder name for
dockerdriver by@crazy-maxin docker/setup-buildx-action#209Full Changelog: https://github.com/docker/setup-buildx-action/compare/v2.4.1...v2.5.0
v2.4.1
- Get releases from actions toolkit by
@crazy-max(#200)
... (truncated)
Commits
988b5a0Merge pull request #347 from crazy-max/skip-malformed-context2c21562chore: update generated content3382292check for malformed docker context3d68780Merge pull request #341 from crazy-max/docker-context-tlsd069e98chore: update generated content8b850f8create docker context if default one has TLS data loadedaa33708Merge pull request #345 from docker/dependabot/npm_and_yarn/docker/actions-to...2d99e34chore: update generated content4dab436build(deps): bump@docker/actions-toolkitfrom 0.34.0 to 0.35.049a04d6Merge pull request #344 from docker/dependabot/npm_and_yarn/docker/actions-to...- Additional commits viewable in compare view
Updates docker/login-action from 1 to 3
Release notes
Sourced from docker/login-action's releases.
v3.0.0
- Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-maxin docker/login-action#593- Bump
@actions/corefrom 1.10.0 to 1.10.1 in docker/login-action#598- Bump
@aws-sdk/client-ecrand@aws-sdk/client-ecr-publicto 3.410.0 in docker/login-action#555 docker/login-action#560 docker/login-action#582 docker/login-action#599- Bump semver from 6.3.0 to 6.3.1 in docker/login-action#556
- Bump https-proxy-agent to 7.0.2 docker/login-action#561 docker/login-action#588
Full Changelog: https://github.com/docker/login-action/compare/v2.2.0...v3.0.0
v2.2.0
- Switch to actions-toolkit implementation by
@crazy-maxin docker/login-action#409 docker/login-action#470 docker/login-action#476- Bump
@aws-sdk/client-ecrand@aws-sdk/client-ecr-publicto 3.347.1 in docker/login-action#524 docker/login-action#364 docker/login-action#363- Bump minimatch from 3.0.4 to 3.1.2 in docker/login-action#354
- Bump json5 from 2.2.0 to 2.2.3 in docker/login-action#378
- Bump http-proxy-agent from 5.0.0 to 7.0.0 in docker/login-action#509
- Bump https-proxy-agent from 5.0.1 to 7.0.0 in docker/login-action#508
Full Changelog: https://github.com/docker/login-action/compare/v2.1.0...v2.2.0
v2.1.0
- Ensure AWS temp credentials are redacted in workflow logs by
@crazy-max(#275)- Bump
@actions/corefrom 1.6.0 to 1.10.0 (#252 #292)- Bump
@aws-sdk/client-ecrfrom 3.53.0 to 3.186.0 (#298)- Bump
@aws-sdk/client-ecr-publicfrom 3.53.0 to 3.186.0 (#299)Full Changelog: https://github.com/docker/login-action/compare/v2.0.0...v2.1.0
v2.0.0
- Node 16 as default runtime by
@crazy-max(#161)
- This requires a minimum Actions Runner version of v2.285.0, which is by default available in GHES 3.4 or later.
- chore: update dev dependencies and workflow by
@crazy-max(#170)- Bump
@actions/execfrom 1.1.0 to 1.1.1 (#167)- Bump
@actions/iofrom 1.1.1 to 1.1.2 (#168)- Bump minimist from 1.2.5 to 1.2.6 (#176)
- Bump https-proxy-agent from 5.0.0 to 5.0.1 (#182)
Full Changelog: https://github.com/docker/login-action/compare/v1.14.1...v2.0.0
v1.14.1
- Revert to Node 12 as default runtime to fix issue for GHE users (#160)
v1.14.0
- Update to node 16 (#158)
- Bump
@aws-sdk/client-ecrfrom 3.45.0 to 3.53.0 (#157)- Bump
@aws-sdk/client-ecr-publicfrom 3.45.0 to 3.53.0 (#156)v1.13.0
... (truncated)
Commits
9780b0cMerge pull request #741 from docker/dependabot/npm_and_yarn/proxy-agent-depen...2fa130cchore: update generated content5e87b2abuild(deps): bump https-proxy-agente039495Merge pull request #754 from docker/dependabot/npm_and_yarn/docker/actions-to...9af18aachore: update generated content668190aswitch to Docker execbe5150dbuild(deps): bump@docker/actions-toolkitfrom 0.24.0 to 0.35.0e80ebcaMerge pull request #730 from docker/dependabot/npm_and_yarn/braces-3.0.375ee3eaMerge pull request #733 from docker/dependabot/github_actions/docker/bake-act...793c19cbuild(deps): bump docker/bake-action from 4 to 5- Additional commits viewable in compare view
Updates docker/build-push-action from 3 to 6
Release notes
Sourced from docker/build-push-action's releases.
v6.0.0
- Export build record and generate build summary by
@crazy-maxin docker/build-push-action#1120- Bump
@docker/actions-toolkitfrom 0.24.0 to 0.26.0 in docker/build-push-action#1132 docker/build-push-action#1136 docker/build-push-action#1138- Bump braces from 3.0.2 to 3.0.3 in docker/build-push-action#1137
[!NOTE] This major release adds support for generating Build summary and exporting build record for your build. You can disable this feature by setting
DOCKER_BUILD_NO_SUMMARY: trueenvironment variable in your workflow.Full Changelog: https://github.com/docker/build-push-action/compare/v5.4.0...v6.0.0
v5.4.0
- Show builder information before building by
@crazy-maxin docker/build-push-action#1128- Handle attestations correctly with provenance and sbom inputs by
@crazy-maxin docker/build-push-action#1086- Bump
@docker/actions-toolkitfrom 0.19.0 to 0.24.0 in docker/build-push-action#1088 docker/build-push-action#1105 docker/build-push-action#1121 docker/build-push-action#1127- Bump undici from 5.28.3 to 5.28.4 in docker/build-push-action#1090
Full Changelog: https://github.com/docker/build-push-action/compare/v5.3.0...v5.4.0
v5.3.0
- Bump
@docker/actions-toolkitfrom 0.18.0 to 0.19.0 in docker/build-push-action#1080Full Changelog: https://github.com/docker/build-push-action/compare/v5.2.0...v5.3.0
v5.2.0
- Disable quotes detection for
outputsinput by@crazy-maxin docker/build-push-action#1074- Warn about ignored inputs by
@favoniain docker/build-push-action#1019- Bump
@docker/actions-toolkitfrom 0.14.0 to 0.18.0 in docker/build-push-action#1070- Bump undici from 5.26.3 to 5.28.3 in docker/build-push-action#1057
Full Changelog: https://github.com/docker/build-push-action/compare/v5.1.0...v5.2.0
v5.1.0
- Add
annotationsinput by@crazy-maxin docker/build-push-action#992- Add
secret-envsinput by@elias-lundgrenin docker/build-push-action#980- Bump
@babel/traversefrom 7.17.3 to 7.23.2 in docker/build-push-action#991- Bump
@docker/actions-toolkitfrom 0.13.0-rc.1 to 0.14.0 in docker/build-push-action#990 docker/build-push-action#1006Full Changelog: https://github.com/docker/build-push-action/compare/v5.0.0...v5.1.0
v5.0.0
- Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-maxin docker/build-push-action#954- Bump
@actions/corefrom 1.10.0 to 1.10.1 in docker/build-push-action#959Full Changelog: https://github.com/docker/build-push-action/compare/v4.2.1...v5.0.0
v4.2.1
Note
Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using
provenance: false.
... (truncated)
Commits
5cd11c3Merge pull request #1211 from crazy-max/summary-info-message0aba704chore: update generated content23c657aprint info message for build summary support checks16ebe77Merge pull request #1205 from docker/dependabot/npm_and_yarn/docker/actions-t...646a62bchore: update generated contentd92ab13chore(deps): Bump@docker/actions-toolkitfrom 0.37.0 to 0.37.14f7cdebMerge pull request #1198 from docker/dependabot/npm_and_yarn/docker/actions-t...ad3cd77chore: update generated content3efbc13chore(deps): Bump@docker/actions-toolkitfrom 0.36.0 to 0.37.02dbe91dMerge pull request #1197 from crazy-max/build-checks- Additional commits viewable in compare view
Updates streetsidesoftware/cspell-action from 5 to 6
Release notes
Sourced from streetsidesoftware/cspell-action's releases.
v6.0.0
6.0.0 (2024-03-03)
⚠ BREAKING CHANGES
- Use locally installed
gitto determine file changes. (#1596)Features
- Support
config.filesfiltering. (#1605) (3589070)- Update CSpell version (8.5.0) (#1610) (377b602)
- Use locally installed
gitto determine file changes. (#1596) (5d97173)Updates and Bug Fixes
- Update Dictionaries and Dependencies (#1599) (f10d619)
- Update Octokit/core to v6 (#1595) (0ab9d54)
- Workflow Bot -- Update ALL Dependencies (main) (#1582) (234423e)
- Workflow Bot -- Update ALL Dependencies (main) (#1597) (7962af3)
- Workflow Bot -- Update ALL Dependencies (main) (#1604) (56026f8)
v5.4.0
5.4.0 (2024-02-21)
Features
Updates and Bug Fixes
- Update CSpell version (8.4.1) (#1574) (4d09489)
- Update Dictionaries and Dependencies (#1525) (97f9d38)
- Update Dictionaries and Dependencies (#1543) (a980a6f)
- Update Dictionaries and Dependencies (#1545) (82a6799)
- Update Dictionaries and Dependencies (#1557) (345a536)
- Update Dictionaries and Dependencies (#1561) (f67b75c)
- Update Dictionaries and Dependencies (#1567) (9653b3a)
- Workflow Bot -- Update ALL Dependencies (main) (#1539) (38e968b)
- Workflow Bot -- Update ALL Dependencies (main) (#1549) (356704b)
- Workflow Bot -- Update ALL Dependencies (main) (#1552) (41faf80)
- Workflow Bot -- Update ALL Dependencies (main) (#1562) (3ab9391)
- Workflow Bot -- Update ALL Dependencies (main) (#1576) (435cf43)
- Workflow Bot -- Update ALL Dependencies (main) (#1579) (646fc21)
v5.3.0
5.3.0 (2024-01-03)
... (truncated)
Changelog
Sourced from streetsidesoftware/cspell-action's changelog.
6.6.0 (2024-07-06)
Features
Updates and Bug Fixes
- Update CSpell version (8.10.1) (#1828) (8b3009e)
- Update CSpell version (8.10.4) (#1833) (71e3691)
- Update Dictionaries and Dependencies (#1816) (4586408)
6.5.0 (2024-07-01)
Features
- Add ability to treat flagged words as errors (#1814) (66d5354)
- Support suggestions (#1812) (80487bb)
Updates and Bug Fixes
- Update CSpell version (8.9.1) (#1800) (4458fd0)
- Update Dictionaries and Dependencies (#1803) (676dd88)
6.4.0 (2024-06-20)
Features
Updates and Bug Fixes
- Update CSpell version (8.8.2) (#1738) (0930989)
- Update CSpell version (8.8.3) (#1743) (8ef7183)
- Update CSpell version (8.8.4) (#1766) (70c6018)
- Update Dictionaries and Dependencies (#1726) (625b456)
- Update Dictionaries and Dependencies (#1733) (cbb4e6f)
- Update Dictionaries and Dependencies (#1749) (c844349)
- Update Dictionaries and Dependencies (#1751) (e57ad9d)
- Update Dictionaries and Dependencies (#1753) (9f2aabc)
- Update Dictionaries and Dependencies (#1759) (ad02eb6)
- Update Dictionaries and Dependencies (#1771) (c064532)
- Update Dictionaries and Dependencies (#1777) (3f372da)
- Update Dictionaries and Dependencies (#1779) (3dc13e9)
... (truncated)
Commits
934c74dchore(main): release 6.8.1 (#1884)478a56fci: Workflow Bot -- Update ALL Dependencies (main) (#1904)d979ffdfix: Fail the action if there are errors (#1902)f48c158fix: Update CSpell version (8.13.3) (#1903)741dbfafix: Workflow Bot -- Update ALL Dependencies (main) (#1901)5552638ci: Workflow Bot -- Update ALL Dependencies (main) (#1895)38b9280fix: Update Dictionaries and Dependencies (#1896)8cc7c56ci: Workflow Bot -- Update ALL Dependencies (main) (#1893)c368c41fix: Update CSpell version (8.13.2) (#1894)8ac1dbaci: Workflow Bot -- Update ALL Dependencies (main) (#1892)- Additional commits viewable in compare view
Updates docker/setup-qemu-action from 2 to 3
Release notes
Sourced from docker/setup-qemu-action's releases.
v3.0.0
- Node 20 as default runtime (requires Actions Runner v2.308.0 or later) by
@crazy-maxin docker/setup-qemu-action#102- Bump
@actions/corefrom 1.10.0 to 1.10.1 in docker/setup-qemu-action#103- Bump semver from 6.3.0 to 6.3.1 in docker/setup-qemu-action#89
Full Changelog: https://github.com/docker/setup-qemu-action/compare/v2.2.0...v3.0.0
v2.2.0
- Trim off spaces in
platformsinput by@Chocobo1in docker/setup-qemu-action#64- Switch to actions-toolkit implementation by
@crazy-maxin docker/setup-qemu-action#70 docker/setup-qemu-action#80 docker/setup-qemu-action#83Full Changelog: https://github.com/docker/setup-qemu-action/compare/v2.1.0...v2.2.0
v2.1.0
- Use context for inputs by
@crazy-max(#62)- Use built-in
getExecOutputby@crazy-max(#61)- Remove workaround for
setOutputby@crazy-max(#63)- Bump
@actions/corefrom 1.6.0 to 1.10.0 (#54 #58 #59)Full Changelog: https://github.com/docker/setup-qemu-action/compare/v2.0.0...v2.1.0
Commits
49b3bc8Merge pull request #155 from docker/dependabot/npm_and_yarn/docker/actions-to...9dec05bchore: update generated content73387bcbuild(deps): bump@docker/actions-toolkitfrom 0.34.0 to 0.35.0fcfabe0Merge pull request #154 from docker/dependabot/npm_and_yarn/docker/actions-to...948a838chore: update generated content31629f6switch to Docker exec6ae1d4dbuild(deps): bump@docker/actions-toolkitfrom 0.31.0 to 0.34.05927c83Merge pull request #149 from docker/dependabot/npm_and_yarn/docker/actions-to...32ea29bchore: update generated content92ac892build(deps): bump@docker/actions-toolkitfrom 0.23.0 to 0.31.0- Additional commits viewable in compare view
Updates robinraju/release-downloader from 1.9 to 1.11
Release notes
Sourced from robinraju/release-downloader's releases.
Release Downloader v1.11
What's Changed
- Fix
No assets found in releaseerror by Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >
Updates lukka/run-cmake from 3.4 to 10.7
This is not going to work unfortunately. I've been wanting to upgrade this for some time, but it's not trivial. And I wonder if we really need this action or should just call cmake manually. (the benefit that it brings the error inline as PR comments is maybe not worth it)
Superseded by #6152.