September 15, 2024
nuget update checker
Version updated for MeilCli/nuget-update-check-action to version v4.0.13.
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 Dependency Updates :green_book: build(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 (#1141) @dependabot[bot] :green_book: build(deps-dev): bump typescript from 5.5.4 to 5.6.2 (#1139) @dependabot[bot]
September 15, 2024
cmake-format lint
Version updated for neg-c/cmake-format-action to version v0.1.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fix runnning error and use python3.9 version docker by @Wing-summer in https://github.com/neg-c/cmake-format-action/pull/3 New Contributors @Wing-summer made their first contribution in https://github.com/neg-c/cmake-format-action/pull/3 Full Changelog: https://github.com/neg-c/cmake-format-action/compare/v0.1...v0.1.1
September 15, 2024
FreeBSD-vm
Version updated for vmactions/freebsd-vm to version v1.1.1.
This action is used across all versions by 3,290 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Speed up, using zstd format
September 15, 2024
OpenBSD-vm
Version updated for vmactions/openbsd-vm to version v1.1.1.
This action is used across all versions by 265 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Speed up, using zstd format
September 14, 2024
Guidepup Setup
Version updated for guidepup/setup-action to version 0.17.0.
This action is used across all versions by 26 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/guidepup/setup-action/compare/0.16.0...0.17.0
September 14, 2024
actions-cfn-lint
Version updated for shogo82148/actions-cfn-lint to version v3.32.0.
This action is used across all versions by 22 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump python from 3.12.5-alpine3.20 to 3.12.6-alpine3.20 by @dependabot in https://github.com/shogo82148/actions-cfn-lint/pull/618 bump cfn-lint v1.13.0 by @shogo82148-slim in https://github.com/shogo82148/actions-cfn-lint/pull/619 Full Changelog: https://github.com/shogo82148/actions-cfn-lint/compare/v3.31.0...v3.32.0
September 14, 2024
Python setup uv
Version updated for astral-sh/setup-uv to version v2.1.2.
This action is used across all versions by 389 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changes fix example for multiple cache-dependency-glob without quote @hori-ryota (#67) 🧰 Maintenance chore: update known checksums for 0.4.10 @github-actions (#72) ⬆️ Dependency updates Bump peter-evans/create-pull-request from 7.0.1 to 7.0.2 @dependabot (#71)
September 14, 2024
Ansible Molecule
Version updated for gofrolist/molecule-action to version v2.7.35.
This action is used across all versions by 630 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes v2.7.35 (2024-09-14) Fix fix(deps): bump molecule from 24.8.0 to 24.9.0 Bumps molecule from 24.8.0 to 24.9.0.
Release notes Commits updated-dependencies:
dependency-name: molecule dependency-type: direct:production update-type: version-update:semver-minor … Signed-off-by: dependabot[bot] <support@github.com> (83ae403)
September 14, 2024
JSON Utils
Version updated for yakubique/json-utils to version v1.8.
This action is used across all versions by 4 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/yakubique/json-utils/compare/v1.7...v1.8
None Sometimes it’s OK to do nothing
- name: Nothing to do uses: yakubique/json-utils@v1.8 with: input: '[1,2,3,4,5]' action: "none" # returns: [1,2,3,4,5]