March 29, 2024
Liquibase Update Testing Rollback Action
Version updated for liquibase-github-actions/update-testing-rollback to version v4.27.0.
This publisher is shown as ‘verified’ by GitHub. 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/liquibase-github-actions/update-testing-rollback/compare/v4.26.0...v4.27.0
March 29, 2024
Liquibase Validate Action
Version updated for liquibase-github-actions/validate to version v4.27.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 11 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/liquibase-github-actions/validate/compare/v4.26.0...v4.27.0
March 29, 2024
PDM update dependencies
Version updated for pdm-project/update-deps-action to version v1.7.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 50 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added Show the update summary in the PR body. Full Changelog: https://github.com/pdm-project/update-deps-action/compare/v1.6...v1.7
March 29, 2024
Generate DBT Docs
Version updated for praneeth527/generate-dbt-docs to version v1.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/praneeth527/generate-dbt-docs/commits/v1
March 29, 2024
Test-PSModule (by PSModule)
Version updated for PSModule/Test-PSModule to version v1.2.3.
This action is used across all versions by 10 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Other Changes 🩹 [Patch]: Don’t require source code to be in a module folder. by @MariusStorhaug in https://github.com/PSModule/Test-PSModule/pull/45 Full Changelog: https://github.com/PSModule/Test-PSModule/compare/v1.2.2...v1.2.3
March 29, 2024
Check final newline
Version updated for qwrtln/check-final-newline to version v1.0.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Check if all the text files in your repository have a final newline.
March 29, 2024
Setup Vim
Version updated for rhysd/action-setup-vim to version v1.3.2.
This action is used across all versions by 1,402 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fix the nightly Neovim installation was broken due to https://github.com/neovim/neovim/pull/28000. (#30, thanks @linrongbin16) Neovim now provides neovim-macos-arm64.tar.gz (for Apple Silicon) and neovim-macos-x86_64.tar.gz (for Intel Mac) separately rather than the single neovim-macos.tar.gz. This change will be applied to the next stable version. Update npm dependencies to the latest.
March 29, 2024
Setup Swift environment for macOS, Linux and Windows
Version updated for SwiftyLab/setup-swift to version v1.6.0.
This action is used across all versions by 39 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.6.0 (2024-03-29) 🚀 Features added git ref support to check-latest option (840a162) added supporting new swift toolchains without action release (#259) (b8b0c2a) 🐛 Fixes fixed toolchain caching (a36cd73) 🐎 Performance Improvements added skipping gpg verification if signature missing (17c7929) cache will only be saved if not saved once (a7ba193) 🛠 Dependency bump glob from 10.
March 29, 2024
Update Pull Request from Branch Name
Version updated for the-wright-jamie/Update-PR-Info-Action to version v1.1.0.
This action is used across all versions by 25 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fix deprecation notices Issue: #32 PR: #33 thank you @dzervoudakes for the fix Add error-on-fail option, with defaults to true for compatibility Issue: #35 PR: #36 thank you @romkaspb for the idea