From 370eb2691adae18aa257e9d79607cf480ce25b8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:55:00 +0000 Subject: [PATCH] ci(deps): update nicolasfara/precompute-semantic-release-version-action action to v2 --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 6459160fa..0f4ae737f 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 - name: Compute next release version id: compute-next-version - uses: nicolasfara/precompute-semantic-release-version-action@1.0.2 + uses: nicolasfara/precompute-semantic-release-version-action@2.0.2 with: github-token: ${{ github.token }} - uses: DanySK/build-check-deploy-gradle-action@2.4.22