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

chore(deps): update lukka/run-vcpkg action to v11 #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 1, 2023

This PR contains the following updates:

Package Type Update Change
lukka/run-vcpkg action major v10.1 -> v11.5

Release Notes

lukka/run-vcpkg (lukka/run-vcpkg)

v11.5: [email protected]

Compare Source

Changes:

  • Fix for #​218 : The default triplet for ARM host is correctly set.

Note: to keep your workflow up to date with bug and security fixes, just use the v11 branch to stay on the most recent v11.x version of this action, e.g., uses: lukka/run-vcpkg@v11. Instead to pin to a particular release, you can use one of the tags, for example uses: lukka/[email protected] to pin your workflow to the v11.5 release.

v11.4: [email protected]

Compare Source

Changes:

  • This is a summary of the changes depicted in Pull Request #​216 :
    the vcpkgGitCommitId input is now optional, and the Git commit id is retrieved from either vcpkg-configuration.json or vcpkg.json.
    Note: only the default-registry's builtin kind is supported, the git or filesystemkinds are not supported.

Note: to keep your workflow up to date with bug and security fixes, just use the v11 branch to stay on the most recent v11.x version of this action, e.g., uses: lukka/run-vcpkg@v11. Instead to pin to a particular release, you can use one of the tags, for example uses: lukka/[email protected] to pin your workflow to the v11.3 release.

v11.3: [email protected]

Compare Source

Changes:

Note: to keep your workflow up to date with bug and security fixes, just use the v11 branch to stay on the most recent v11.x version of this action, e.g., uses: lukka/run-vcpkg@v11. Instead to pin to a particular release, you can use one of the tags, for example uses: lukka/[email protected] to pin your workflow to the v11.2 release.

v11.2: [email protected]

Compare Source

Changes:

  • Avoid searching for vcpkg.json when runVcpkgInstall:false. This is a small perf improvement.
  • 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 @actions packages updated to most recent versions, along all other dependencies.
  • Drop usage of gulp.
  • Update docs.

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

v11.1: [email protected]

Compare Source

Attention:
- Requires the most recent version of vcpkg, 2023-03-29 or more recent, that is commit id 5b1214315250939257ef5d62ecdcbca18cf4fb1c or more recent.
- Please keep using run-vcpkg@10 if you cannot use the tip of the vcpkg's branch.

Changes:

  • Fix for #​195: the following variables are defined by the action so that the a subsequent step can run vcpkg with Binary Caching backed to GitHub Action cache:
    • ACTIONS_CACHE_URL
    • ACTIONS_RUNTIME_TOKEN
  • reworked the README.md with better information about the cache management.

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

v11.0: run-vcpkg@v11

Compare Source

Attention:
- Requires the most recent version of vcpkg, 2023-03-29 or more recent, that is commit id 5b1214315250939257ef5d62ecdcbca18cf4fb1c or more recent.
- Please keep using run-vcpkg@10 if you cannot use the tip of the vpckg's branch.

Changes:

  • Delegates cache management to vcpkg which uses Binary Caching backed onto GitHub Action cache. This solves all the problems of the best effort cache management of the run-vcpkg@v10 action.

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

v10.7: [email protected]

Compare Source

Changes:

  • created a workaround for https://github.com/lukka/run-vcpkg/issues/174 . The exclusion filter for saving the vcpkg artifacts onto the GitHub cache service is now working, and the overall cache size should be much smaller (e.g., the buildtrees content is not saved into cache).

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

v10.6: [email protected]

Compare Source

Changes:
Fixes for deprecated features on GitHub runners:
- save-state and set-output commands deprecation: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
- node12 deprecation: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

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

v10.5: [email protected]

Compare Source

Changes:

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

v10.4: [email protected]

Compare Source

Changes:

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

v10.3: [email protected]

Compare Source

Changes:

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

v10.2: [email protected]

Compare Source

Changes:

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


Configuration

📅 Schedule: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 1, 2023
@renovate renovate bot force-pushed the renovate/lukka-run-vcpkg-11.x branch from 6f476b1 to 0ac0a64 Compare November 6, 2023 06:00
@renovate renovate bot force-pushed the renovate/lukka-run-vcpkg-11.x branch from 0ac0a64 to bf30858 Compare November 13, 2023 23:43
@renovate renovate bot force-pushed the renovate/lukka-run-vcpkg-11.x branch from bf30858 to 71c284d Compare December 29, 2023 08:30
@renovate renovate bot force-pushed the renovate/lukka-run-vcpkg-11.x branch from 71c284d to 89f5672 Compare February 12, 2024 05:42
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
Development

Successfully merging this pull request may close these issues.

0 participants