stackit-cli tools installer
Version updated for https://github.com/jkroepke/setup-stackit-cli to version v1.2.22.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the installation of the stackit-cli binary on a workflow runner, allowing users to specify the desired version (e.g., “latest” or a specific semantic version). It simplifies the process of managing and setting up the stackit-cli tool, ensuring the correct version is available in the environment for subsequent steps in the workflow. The action also updates the PATH environment variable for seamless integration.
Release notes
What’s Changed
🛠️ Dependencies
- fix(deps): update dependency @actions/tool-cache to v3 by @renovate[bot] in https://github.com/jkroepke/setup-stackit-cli/pull/137
Full Changelog: https://github.com/jkroepke/setup-stackit-cli/compare/v1...v1.2.22