September 8, 2024
Svelte Check for PRs
Version updated for ghostdevv/svelte-check-action to version v1.1.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 feat: add a filterChanges option by @ghostdevv in https://github.com/ghostdevv/svelte-check-action/pull/21 deps: update chore: add note on svelte-check v4 support Full Changelog: https://github.com/ghostdevv/svelte-check-action/compare/v1...v1.1.0
September 8, 2024
Scala Steward GitHub Action
Version updated for scala-steward-org/scala-steward-action to version v2.67.0.
This action is used across all versions by 915 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Other Changes Save workspace cache when run failed by @EnviousSwan in https://github.com/scala-steward-org/scala-steward-action/pull/631 New Contributors @EnviousSwan made their first contribution in https://github.com/scala-steward-org/scala-steward-action/pull/631 Full Changelog: https://github.com/scala-steward-org/scala-steward-action/compare/v2.66.0...v2.67.0
September 8, 2024
DragonflyBSD-vm
Version updated for vmactions/dragonflybsd-vm to version v1.0.6.
This action is used across all versions by 119 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes support mem and cpu
September 8, 2024
FreeBSD-vm
Version updated for vmactions/freebsd-vm to version v1.1.0.
This action is used across all versions by 3,279 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes support mem and cpu
September 8, 2024
NetBSD-vm
Version updated for vmactions/netbsd-vm to version v1.1.0.
This action is used across all versions by 213 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes support mem and cpu
September 8, 2024
OmniOS-vm
Version updated for vmactions/omnios-vm to version v1.0.4.
This action is used across all versions by 89 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes support mem and cpu
September 8, 2024
OpenBSD-vm
Version updated for vmactions/openbsd-vm to version v1.1.0.
This action is used across all versions by 260 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes support mem and cpu
September 8, 2024
Solaris-vm
Version updated for vmactions/solaris-vm to version v1.0.4.
This action is used across all versions by 423 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes support mem and cpu
September 7, 2024
Python setup uv
Version updated for astral-sh/setup-uv to version v2.1.0.
This action is used across all versions by 204 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes The default cacheLocalPath was /tmp/setup-uv-cache which led to undefined behavior on Windows runners. On Windows the default is now D:\a_tmp\setup-uv-cache.
It is now also supported to supply a list of globs in cache-dependency-glob. This aligns with the functionality of cache-dependency-path in actions/setup-python