February 14, 2024
Setup Yarn (version berry)
Version updated for crrashh1542/action-setup-yarn-berry to version v1.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 🔧 chore: 将默认Node.js版本改为20,即当前LTS版本,而非latest
🔧 chore: 优化Yarn安装方式
🔧 chore: 引导用户使用持续更新的v1而非v1.x.x
🔧 chore: Change default version of Node.js to 20, which is the current RTM version, instead of latest
🔧 chore: Optimize the method to install Yarn
🔧 chore: Guide user to use continously updated v1 tag instead of fixed v1.
February 14, 2024
Label Sync
Version updated for EndBug/label-sync to version v2.3.3.
This action is used across all versions by 1,885 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed chore(deps-dev): bump prettier from 2.7.1 to 2.8.0 by @dependabot in https://github.com/EndBug/label-sync/pull/166 chore(deps): bump axios from 1.1.3 to 1.2.0 by @dependabot in https://github.com/EndBug/label-sync/pull/167 chore(deps-dev): bump @vercel/ncc from 0.34.0 to 0.36.0 by @dependabot in https://github.com/EndBug/label-sync/pull/170 chore(deps-dev): bump typescript from 4.8.4 to 4.
February 14, 2024
Build with Gradle
Version updated for gradle/actions to version v3.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 5 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release provides more Gradle output when running with actions debug logging, and fixes some minor issues with gradle/actions/dependency-submission.
Changelog [NEW] Support ACTIONS_STEP_DEBUG mode (#6) [NEW] Provide link to GitHub job in generated PR comment (#11) [NEW] Report source of dependency in dependency-graph via debug logging (#44) [FIX] Unknown command-line option ‘–dependency-verification’ with Gradle 5.
February 14, 2024
Gradle Build Action
Version updated for gradle/gradle-build-action to version v3.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 46,259 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will transparently delegate to gradle/actions/setup-gradle@v3.
Users are encouraged to update their workflows, replacing:
uses: gradle/gradle-build-action@v3 with
uses: gradle/actions/setup-gradle@v3 See the setup-gradle documentation for up-to-date documentation for gradle/actions/setup-gradle.
February 14, 2024
replace-comment-html
Version updated for htunnicliff/replace-comment-html to version v1.0.2.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fixed invalid action.yml. Full Changelog: https://github.com/htunnicliff/replace-comment-html/compare/v1.0.1...v1.0.2
February 14, 2024
Add and Remove PR Labels
Version updated for jburgess/AddRemovePrLabels to version v1.0.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release updates the project name and usage instructions. It does not change functionality
February 14, 2024
Setup Julia environment
Version updated for julia-actions/setup-julia to version v1.9.6.
This action is used across all versions by 20,090 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fix the Apple Silicon (macOS aarch64 / arm64) URLs for Julia nightly by @benlorenz in https://github.com/julia-actions/setup-julia/pull/220 put quotes on readme version examples by @IanButterworth in https://github.com/julia-actions/setup-julia/pull/203 Deps & CI Bump actions/cache from 3 to 4 by @dependabot in https://github.com/julia-actions/setup-julia/pull/215 Bump @types/node from 20.
February 14, 2024
LaunchDarkly Code References
Version updated for launchdarkly/find-code-references to version v2.11.8.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 174 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [2.11.8] - 2024-02-13 Changed: Updated dependencies Fixed: Multi-project scans now ignore projects without valid flags #430
February 14, 2024
mockoon-cli
Version updated for mockoon/cli-action to version v2.0.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 16 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fix issue with CLI’s --daemon-off flag that was removed in v4.0.0. (Issue #1)