From a81aab2b93ac79dc3e07d7d36e0263095e0352cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 21:43:58 +0000 Subject: [PATCH] Bump release-flow/keep-a-changelog-action from 2 to 3 Bumps [release-flow/keep-a-changelog-action](https://github.com/release-flow/keep-a-changelog-action) from 2 to 3. - [Release notes](https://github.com/release-flow/keep-a-changelog-action/releases) - [Changelog](https://github.com/release-flow/keep-a-changelog-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/release-flow/keep-a-changelog-action/compare/v2...v3) --- updated-dependencies: - dependency-name: release-flow/keep-a-changelog-action dependency-type: direct:production update-type: version-update:semver-major ... 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 c5ade04..486674e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -235,7 +235,7 @@ jobs: - name: Get latest release info id: query-release-info - uses: release-flow/keep-a-changelog-action@v2 + uses: release-flow/keep-a-changelog-action@v3 with: command: query version: ${{ github.ref_name }}