From 1c08e581e2e078176b64a2ccef21982ce4cb0c89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:08:24 +0000 Subject: [PATCH] chore(deps): update tj-actions/semver-diff action to v3 --- .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 8d50f1b..e7558ff 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.4.1 + uses: tj-actions/semver-diff@v3.0.0 - name: Set up Python uses: actions/setup-python@v5