From 216d1b83626ac39fef321b3843c04628346edf87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jan 2023 13:08:16 +0000 Subject: [PATCH] Bump tj-actions/semver-diff from 2.1.0 to 2.4.0 Bumps [tj-actions/semver-diff](https://github.com/tj-actions/semver-diff) from 2.1.0 to 2.4.0. - [Release notes](https://github.com/tj-actions/semver-diff/releases) - [Changelog](https://github.com/tj-actions/semver-diff/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/semver-diff/compare/v2.1.0...v2.4.0) --- updated-dependencies: - dependency-name: tj-actions/semver-diff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9d50d02..cfb3012 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Run semver-diff id: semver-diff - uses: tj-actions/semver-diff@v2.1.0 + uses: tj-actions/semver-diff@v2.4.0 - name: Set up Python uses: actions/setup-python@v4