jwt-bearer-token-vendor v1.0.1: Maintenance Update
On October 12, 2024, we released version v1.0.1 of jwt-bearer-token-vendor. This is a maintenance release dedicated to keeping our internal dependencies current, ensuring the action remains stable and compatible with the latest GitHub Actions environment.
What’s new
This release focuses exclusively on updating the core libraries used to build and run the action:
- Updated
@actions/core: We’ve bumped the GitHub Actions toolkit library to version 1.11.1. - Updated
@vercel/ncc: The bundling tool has been updated to version 0.38.2 to ensure the distribution bundle is optimized and reliable.
Why it matters
While this release doesn’t introduce new features or change the action’s logic, staying up-to-date with the @actions/core library is critical. It ensures that the action leverages the latest improvements and bug fixes provided by GitHub for interacting with the Actions runtime, providing a more robust experience for developers automating their token exchange workflows.
Upgrade and Installation
Since this is a fully backward-compatible release, upgrading is seamless. To move to v1.0.1, simply update the version tag in your GitHub Actions workflow file:
- name: Obtain Access Token
uses: UnitVectorY-Labs/jwt-bearer-token-vendor@v1.0.1
This post was AI-generated by release-storyteller using the model unsloth/gemma-4-31B-it-GGUF:UD-Q5_K_XL on April 12, 2026, based on the jwt-bearer-token-vendor v1.0.1 release.