From 760fe45521b62f4547095e9ddcc5b79b675aee2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 04:44:46 +0000 Subject: [PATCH] chore(deps): bump jolars/versionary in the github-actions group Bumps the github-actions group with 1 update: [jolars/versionary](https://github.com/jolars/versionary). Updates `jolars/versionary` from 0 to 1 - [Release notes](https://github.com/jolars/versionary/releases) - [Changelog](https://github.com/jolars/versionary/blob/main/CHANGELOG.md) - [Commits](https://github.com/jolars/versionary/compare/v0...v1) --- updated-dependencies: - dependency-name: jolars/versionary dependency-version: '1' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... 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 de3706b..6c34793 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,6 +170,6 @@ jobs: token: ${{ secrets.RELEASE_TOKEN }} - id: versionary - uses: jolars/versionary@v0 + uses: jolars/versionary@v1 with: token: ${{ secrets.RELEASE_TOKEN }}