Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the actions group across 1 directory with 3 updates #13

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 10, 2024

Bumps the actions group with 3 updates in the / directory: aminya/setup-cpp, lukka/get-cmake and lukka/run-cmake.

Updates aminya/setup-cpp from 0.38.1 to 0.41.0

Release notes

Sourced from aminya/setup-cpp's releases.

v0.41.0

What's Changed

Full Changelog: aminya/setup-cpp@v0.40.0...v0.41.0

v0.40.0

What's Changed

  • 🎉 fix: use the default/latest GCC version on Linux/macOS by @​aminya in aminya/setup-cpp#277

    • As of this version, the latest available GCC on the default Linux repositories are installed by default. That means, the GCC versions installable via the test toolchain PPA are not installed on Ubuntu/Debian (unless the version is requested explicitly). This increases the compatibility of the binaries built via setup-cpp for distribution.
    • On other platforms, the latest GCC version is installed by default.
  • 🎉 feat: use GitHub API to match MinGW assets by @​aminya in aminya/setup-cpp#277

    • Instead of manually maintaining the available releases, now the GitHub API is used to find the MinGW assets. This method will be used for LLVM in future releases.
  • 🎉 feat: introduce setup-brew package by @​aminya in aminya/setup-cpp#266

  • feat!: support addAptKey options through installAptPack by @​aminya in aminya/setup-cpp#269

    • no default keys are added during apt installations anymore. Explicitly pass the keys needed.
    • the arguments to addAptKeyViaServer and addAptKeyViaDownload changed. addAptKeyViaDownload renamed to addAptKeyViaURL
  • fix: reduce bundle size by patching actions/http-client undici import by @​aminya in aminya/setup-cpp#270

  • fix: install nala via default repo or installer by @​aminya in aminya/setup-cpp#276

  • build!: remove actions bundle in favour of modern bundle by @​aminya in aminya/setup-cpp#278

  • build: add Modern ESModule target via Vite by @​aminya in aminya/setup-cpp#279

  • build: build legacy target via Vite + migrate from Parcel by @​aminya in aminya/setup-cpp#280

  • chore: update dependencies by @​aminya in aminya/setup-cpp#275

Full Changelog: aminya/setup-cpp@v0.39.0...v0.40.0

v0.39.0

What's Changed

... (truncated)

Commits
  • bfbfe9c chore: v0.41.0 [skip test]
  • 7b3520d Merge pull request #285 from aminya/llvm [skip ci]
  • d502465 fix: fix pipx installation on MacOS ARM
  • 6294c32 fix: fix make gnubin directory on MacOS ARM
  • 2e807b3 ci: run the tests on MacOS ARM
  • 8ffde70 fix: suppress the file name printing in unzip
  • ed70b16 ci: create macos-arm setup-cpp binaries
  • c98723f fix: fix setup-cpp mjs entry in executables
  • 590aaa8 fix: add a non-root user for install yay on Arch
  • 00b86b9 fix: add script for installing yay
  • Additional commits viewable in compare view

Updates lukka/get-cmake from 3.30.2 to 3.30.3

Release notes

Sourced from lukka/get-cmake's releases.

CMake v3.30.3

The get-cmake action downloads and caches CMake and Ninja on your workflows. Versions can be specified using semantic versioning ranges using cmakeVersion and ninjaVersion inputs.

Changes:

  • latest is now using CMake version v3.30.3, use this one-liner e.g.: uses: lukka/get-cmake@latest

Enjoy!

Commits
  • 070a050 Merge pull request #152 from lukka/automated-pr-cmake-cmake-v3.30.3
  • 45b533a New CMake version(s): cmake-v3.30.3
  • See full diff in compare view

Updates lukka/run-cmake from 10.7 to 10.8

Release notes

Sourced from lukka/run-cmake's releases.

run-cmake@v10.8

Changes:

  • Fix the matcher for the MSVC cl.exe compiler to account for the column (if present) of the error/warning location.

Note: to keep your workflow up to date with bug and security fixes, just use v10 branch to stay on the most recent v10.x version of this action, e.g., uses: lukka/run-cmake@v10

Commits

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 commands and options

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 3 updates in the / directory: [aminya/setup-cpp](https://github.com/aminya/setup-cpp), [lukka/get-cmake](https://github.com/lukka/get-cmake) and [lukka/run-cmake](https://github.com/lukka/run-cmake).


Updates `aminya/setup-cpp` from 0.38.1 to 0.41.0
- [Release notes](https://github.com/aminya/setup-cpp/releases)
- [Commits](aminya/setup-cpp@v0.38.1...v0.41.0)

Updates `lukka/get-cmake` from 3.30.2 to 3.30.3
- [Release notes](https://github.com/lukka/get-cmake/releases)
- [Commits](lukka/get-cmake@v3.30.2...v3.30.3)

Updates `lukka/run-cmake` from 10.7 to 10.8
- [Release notes](https://github.com/lukka/run-cmake/releases)
- [Commits](lukka/run-cmake@v10.7...v10.8)

---
updated-dependencies:
- dependency-name: aminya/setup-cpp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: lukka/get-cmake
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: lukka/run-cmake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from gmgunter as a code owner September 10, 2024 22:49
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 17, 2024

Superseded by #14.

@dependabot dependabot bot closed this Sep 17, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/actions-3bae430164 branch September 17, 2024 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants