August 31, 2024
Evergreen action
Version updated for github/evergreen to version v1.13.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 17 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog 🐛 Bug Fixes fix: update_existing logic @zkoppert (#210) 🧰 Maintenance chore(deps): bump the dependencies group with 2 updates @dependabot (#207) chore(deps): bump mypy from 1.11.1 to 1.11.2 in the dependencies group @dependabot (#206) See details of all code changes since previous release
August 31, 2024
GitHub Action for Juno
Version updated for junobuild/juno-action to version v0.0.31.
This action is used across all versions by 9 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Features Bump CLI version v0.0.77. Update actions version. Bump npm version to v10.8.2.
August 31, 2024
MSIX Bundler
Version updated for LanceMcCarthy/Action-MsixBundler to version v2.0.0.
This action is used across all versions by 11 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes There are no functional changes, this release contains updates that are required by GitHub to use output variables.
Full Changelog: https://github.com/LanceMcCarthy/Action-MsixBundler/compare/v1...v2
August 31, 2024
JaCoCo Report
Version updated for Madrapps/jacoco-report to version v1.7.0.
This action is used across all versions by 2,271 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Nothing major has changed since v1.7.0-alpha , apart from documentation update and more lint checks Full Changelog: https://github.com/Madrapps/jacoco-report/compare/v1.7.0-alpha...v1.7.0
August 30, 2024
Terraform Plan Comment
Version updated for borchero/terraform-plan-comment to version v2.0.2.
This action is used across all versions by 5 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Handle plans with no resources by @maxbrunet in #19 Full Changelog: v2.0.1...v2.0.2
August 30, 2024
Cypress.io
Version updated for cypress-io/github-action to version v6.7.5.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 37 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 6.7.5 (2024-08-30) Bug Fixes deps: update to semantic-release 24.1.0 (#1244) (496e7dc)
August 30, 2024
Cache Julia artifacts, packages and registry
Version updated for julia-actions/cache to version v2.0.3.
This action is used across all versions by 7,633 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fix registry updates. Expand paths which use tilde by @omus in https://github.com/julia-actions/cache/pull/141 Full Changelog: https://github.com/julia-actions/cache/compare/v2.0.2...v2.0.3
August 30, 2024
Setup Julia environment
Version updated for julia-actions/setup-julia to version v2.4.0.
This action is used across all versions by 22,527 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Resolve min as the earliest compatible Julia version (compatible with the user’s project) by @omus in https://github.com/julia-actions/setup-julia/pull/202 Maintenance Bump bin from e564658 to 0f674f3 by @dependabot in https://github.com/julia-actions/setup-julia/pull/272 Bump typescript from 5.5.3 to 5.5.4 by @dependabot in https://github.com/julia-actions/setup-julia/pull/275 Bump ts-jest from 29.
August 30, 2024
get-cmake
Version updated for lukka/get-cmake to version v3.30.3.
This action is used across all versions by 5,659 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 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!