From 0642f3542bcb12bd5aba578aa3c9e52ae7597e79 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 00:41:07 +0000 Subject: [PATCH] Update action-pack/increment action to v2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e027ef8..9df4489 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,7 +81,7 @@ jobs: body: "Release v${{ vars.MAJOR }}.${{ vars.MINOR }}" - name: Increment minor version - uses: action-pack/increment@v1 + uses: action-pack/increment@v2 with: name: 'MINOR' token: ${{ secrets.REPO_ACCESS_TOKEN }}