diff --git a/.github/workflows/labeler.yaml b/.github/workflows/labeler.yaml index b7a25e3d..0cae2f0c 100644 --- a/.github/workflows/labeler.yaml +++ b/.github/workflows/labeler.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - id: label-the-PR - uses: actions/labeler@v6 + uses: actions/labeler@v6.0.1 with: configuration-path: '.github/labeler.yaml' - id: run-tests diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a60d320..2011b4f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), --- +## [0.1.27] - 2026-05-06 +### Changed +- Bump actions/labeler from 6 to 6.0.1 + ## [0.1.26] - 2026-05-02 ### Added - Added `.github/workflows/static-checks.yaml` for Phase C static analysis (`shellcheck`, `shfmt -d`, `actionlint`) in support of #320. diff --git a/bsctl/static/resources/constants.yaml b/bsctl/static/resources/constants.yaml index a0971e72..281c6793 100644 --- a/bsctl/static/resources/constants.yaml +++ b/bsctl/static/resources/constants.yaml @@ -1,2 +1,2 @@ # BasicSetupCliVersion - constant for semantic versioning -BasicSetupCliVersion: "0.1.26" +BasicSetupCliVersion: "0.1.27" diff --git a/resources/version.yaml b/resources/version.yaml index 6196eafb..4162bd74 100644 --- a/resources/version.yaml +++ b/resources/version.yaml @@ -1,2 +1,2 @@ # BasicSetupCliVersion - primary version source for releases and docs bump automation -BasicSetupCliVersion: "0.1.26" +BasicSetupCliVersion: "0.1.27"