May 7, 2024
Cancel Any Previous Run
Version updated for paulo9mv/cancel-previous-runs-action to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/paulo9mv/cancel-previous-runs-action/commits/v1.0.0
May 7, 2024
Setup pnpm
Version updated for pnpm/action-setup to version v4.0.0.
This action is used across all versions by 116,349 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes An error is thrown if one version of pnpm is specified in the packageManager field of package.json and a different version is specified in the action’s settings #122
May 7, 2024
Delete Cache
Version updated for prantlf/delete-cache-action to version v3.0.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 3.0.0 (2024-05-07) Bug Fixes Upgrade dependencies (8602b37) Update built files (925110d) BREAKING CHANGES The minimum Node.js version is 20 now. Use the latest build images and upgrade other GitHub actions too.
May 7, 2024
Discard Build Output
Version updated for prantlf/discard-shelf-action to version v4.0.0.
This action is used across all versions by 4 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 4.0.0 (2024-05-07) Bug Fixes Upgrade dependencies (7fec619) BREAKING CHANGES GitHub actions which this action depends on were upgraded to their latest versions, which require Node.js 20 for running.
May 7, 2024
Shelve Build Output
Version updated for prantlf/shelve-output-action to version v3.0.0.
This action is used across all versions by 10 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 3.0.0 (2024-05-07) Bug Fixes Upgrade dependencies (ac77af6) 2.2.1 (2024-04-26) Bug Fixes Enable ARM on Linux and macOS (16c9b0e)
May 7, 2024
Unshelve Changed Files
Version updated for prantlf/unshelve-changes-action to version v2.0.0.
This action is used across all versions by 9 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 2.0.0 (2024-05-07) Bug Fixes Upgrade dependencies (8c0ed5e) BREAKING CHANGES GitHub actions which this action depends on were upgraded to their latest versions, which require Node.js 20 for running.
May 7, 2024
Unshelve Build Output
Version updated for prantlf/unshelve-output-action to version v6.0.0.
This action is used across all versions by 8 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 6.0.0 (2024-05-07) Features Delete ARM64 archives from cache by default (a8e49b4) Bug Fixes Upgrade dependencies (d64b19f) BREAKING CHANGES GitHub actions which this action depends on were upgraded to their latest versions, which require Node.js 20 for running.
You probably produce the binaries for ARM64 already and this won;t be a breaking change for you.
May 7, 2024
Trello Card & GitHub PR Integration
Version updated for rematocorp/trello-integration-action to version v9.3.2.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 17 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added “Closes” prefix to PR body update when using github-include-new-card-command and github-require-keyword-prefix.
May 7, 2024
Setup Vim
Version updated for rhysd/action-setup-vim to version v1.3.3.
This action is used across all versions by 1,472 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Remove the support for Ubuntu 18.04, which was removed from GitHub-hosted runners more than one year ago. Improve adding bin directory to the $PATH environment variable by using core.addPath rather than modifying the environment variable directly. (#33, thanks @ObserverOfTime) Update dependencies including some security patches.