From e9b64c82a19433f60461e4d468edcca1b6a0eb04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 May 2023 00:40:54 +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 debae73..de70ce7 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 }}