Below you will find pages that utilize the taxonomy term “fwilhe2”
February 18, 2026
Bump Release Version
Version updated for https://github.com/fwilhe2/bump-version to version 1.0.1.
This action is used across all versions by 27 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Bump Version” GitHub Action automates the process of incrementing version numbers for software releases. It retrieves the latest release version and updates a specified version component (major, minor, or patch) to streamline release workflows.
February 18, 2026
Setup Kotlin
Version updated for https://github.com/fwilhe2/setup-kotlin to version v1.8.
This action is used across all versions by 351 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the setup of the Kotlin CLI compiler (kotlinc, kotlin, kotlinc-native) in workflows, enabling users to compile Kotlin source code, run scripts, or build native binaries. It solves the problem of installing specific versions of the Kotlin compiler or providing access to the CLI tools in runners or containers where Kotlin is not preinstalled.
January 18, 2026
Setup Kotlin
Version updated for https://github.com/fwilhe2/setup-kotlin to version v1.5.
This action is used across all versions by 351 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action sets up the Kotlin CLI compiler (kotlinc and kotlin) in workflows, enabling users to compile Kotlin code, run scripts, and optionally build native binaries. It automates the installation of specific Kotlin versions and ensures compatibility in environments where Kotlin is not pre-installed, such as custom containers or runners.