From ce52cb4505e0ddeb906778c1d8be81e4d2873781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 22:05:50 +0000 Subject: [PATCH] chore(deps): bump actionhippie/calens in the minor-and-patch group Bumps the minor-and-patch group with 1 update: [actionhippie/calens](https://github.com/actionhippie/calens). Updates `actionhippie/calens` from 1.14.1 to 1.14.2 - [Release notes](https://github.com/actionhippie/calens/releases) - [Changelog](https://github.com/actionhippie/calens/blob/master/CHANGELOG.md) - [Commits](https://github.com/actionhippie/calens/compare/6c54a62bb0c9ac28f361e40f536fe0c69ba50e34...2008d3a7a90cf05a2a001a3d47cac06cb1b74617) --- updated-dependencies: - dependency-name: actionhippie/calens dependency-version: 1.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69edb014fba..5e1b4372482 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Validate changelog entries - uses: actionhippie/calens@6c54a62bb0c9ac28f361e40f536fe0c69ba50e34 # v1.14.1 + uses: actionhippie/calens@2008d3a7a90cf05a2a001a3d47cac06cb1b74617 # v1.14.2 acceptance-api-smoke: if: ${{ !contains(github.event.pull_request.title, 'full-ci') }}