July 3, 2024
MkDocs Github Pages Releaser
Version updated for afritzler/mkdocs-gh-pages-action to version v9.5.28.
This action is used across all versions by 33 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes 🧰 Maintenance Bump mkdocs-material from 9.5.27 to 9.5.28 @dependabot (#230)
July 3, 2024
Setup Haskell
Version updated for haskell-actions/setup to version v2.7.5.
This action is used across all versions by 1,288 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Add GHC 9.6.6 by @andreasabel in https://github.com/haskell-actions/setup/pull/90 Full Changelog: https://github.com/haskell-actions/setup/compare/v2.7.4...v2.7.5
July 3, 2024
HawkEye Action
Version updated for korandoru/hawkeye to version v5.7.0.
This action is used across all versions by 6 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Install hawkeye 5.7.0 Install prebuilt binaries via shell script curl --proto '=https' --tlsv1.2 -LsSf https://github.com/korandoru/hawkeye/releases/download/v5.7.0/hawkeye-installer.sh | sh Download hawkeye 5.7.0 File Platform Checksum hawkeye-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum hawkeye-x86_64-apple-darwin.tar.xz Intel macOS checksum hawkeye-x86_64-pc-windows-msvc.zip x64 Windows checksum hawkeye-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
July 3, 2024
get-cmake
Version updated for lukka/get-cmake to version v3.30.0.
This action is used across all versions by 5,368 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.0, use this one-liner e.g.: uses: lukka/get-cmake@latest Enjoy!
July 3, 2024
Setup Godot Action
Version updated for chickensoft-games/setup-godot to version v2.1.1.
This action is used across all versions by 86 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Version 2.1.1
Commits
July 2, 2024
Deploy to Cloudflare Workers with Wrangler
Version updated for cloudflare/wrangler-action to version v3.7.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 25,877 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Minor Changes #271 66efca2cbb82a5a49df6af2e14c4b58d53b0e266 Thanks @Maximo-Guk! - This unreverts #235 ensuring wrangler-action will re-use existing wrangler installations, thanks @AdiRishi! and ensures we don’t automatically install wrangler when checking if it present
July 2, 2024
run-digger
Version updated for diggerhq/digger to version v0.6.1.
This action is used across all versions by 14 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed remove policy log by @motatoes in https://github.com/diggerhq/digger/pull/1599 Full Changelog: https://github.com/diggerhq/digger/compare/v0.6.0...v0.6.1
July 2, 2024
terraform-cdk-action
Version updated for hashicorp/terraform-cdk-action to version v5.0.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 55 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 5.0.1 (2024-07-02) Bug Fixes change default CDKTF version to 0.20.8 (#192) (5c7c1a2)
July 2, 2024
Run Biome with reviewdog
Version updated for mongolyy/reviewdog-action-biome to version v1.6.0.
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 This version will set up the appropriate version of @biomejs/biome from the lockfiles. No need to set up manually anymore! For example, you no longer need to add yarn install step or add pnpm install step.
Use official action for biome setup by @mongolyy in https://github.