August 5, 2024
esbuild-bundle-analyzer
Version updated for exoego/esbuild-bundle-analyzer to version v1.4.1.
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 🐞 Bugfixes fix: correct variable name for show_no_change in action.yaml by @palexcast in https://github.com/exoego/esbuild-bundle-analyzer/pull/65 fix: add hidden comment at start instead of end to avoid truncation by @palexcast in https://github.com/exoego/esbuild-bundle-analyzer/pull/72 📦 Dependencies Bump vitest from 1.6.0 to 2.0.5 by @dependabot in https://github.
August 5, 2024
GitHub Action for Juno
Version updated for junobuild/juno-action to version v0.0.29.
This action is used across all versions by 9 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fix Bump Docker image to use NodeJS LTS v20.
August 5, 2024
Set up OCaml
Version updated for ocaml/setup-ocaml to version v3.0.3.
This action is used across all versions by 1,101 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed Always install dune within every extends.
August 4, 2024
terraform-output
Version updated for dflook/terraform-output to version v1.44.0.
This action is used across all versions by 50 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This is one of a suite of terraform related actions - find them at dflook/terraform-github-actions.
You can see the changes for this release in the CHANGELOG
You can specify the action version as:
@v1.44.0 to use exactly this release @v1.44 to use the latest patch release for the specific minor version @v1 to use the latest patch release for the specific major version
August 4, 2024
Install cargo-binstall
Version updated for cargo-bins/cargo-binstall to version v1.9.0.
This action is used across all versions by 11 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Binstall is a tool to fetch and install Rust-based executables as binaries. It aims to be a drop-in replacement for cargo install in most cases. Install it today with cargo install cargo-binstall, from the binaries below, or if you already have it, upgrade with cargo binstall cargo-binstall.
August 4, 2024
Kaggle Badges
Version updated for spider-man-tm/kaggle-badges to version v1.2.3.
This action is used across all versions by 16 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Update Japanese README by @spider-man-tm in https://github.com/spider-man-tm/kaggle-badges/pull/14 Add Chrome version check test by @spider-man-tm in https://github.com/spider-man-tm/kaggle-badges/pull/15 build(deps): bump the minor-patch-update group across 1 directory with 5 updates by @dependabot in https://github.com/spider-man-tm/kaggle-badges/pull/16 New Contributors @dependabot made their first contribution in https://github.
August 4, 2024
Publish Edge Add-on
Version updated for wdzeng/edge-addon to version v1.2.5.
This action is used across all versions by 55 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Upgrade dependencies.
August 3, 2024
Setup MSYS2
Version updated for msys2/setup-msys2 to version v2.24.1.
This action is used across all versions by 20,214 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added a new action output msys2-location to get the path to the MSYS2 installation directory. [#404]
August 3, 2024
Run mypy with reviewdog
Version updated for tsuyoshicho/action-mypy to version v5.0.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Summary BREAKING CHANGE Configuration compatibility is maintained, but option behavior has changed.
The following options have been changed:
ignore_note: Fixed to true, no longer used internally, always ignores note: output_json: Newly added, defaults to false, requires mypy 1.11 or higher What’s Changed feat: JSON format support by @tsuyoshicho in https://github.