diff --git a/.github/workflows/deploy-cd.yml b/.github/workflows/deploy-cd.yml index 6618a7f..29d2284 100644 --- a/.github/workflows/deploy-cd.yml +++ b/.github/workflows/deploy-cd.yml @@ -63,7 +63,7 @@ jobs: uses: actions/checkout@v4 - name: Get version - uses: reecetech/version-increment@2024.4.4 + uses: reecetech/version-increment@2024.9.2 id: version with: scheme: semver diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 4c69d57..e5568b7 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 # used by GitVersion to find the most recent tag outside of this branch - name: Get version - uses: reecetech/version-increment@2024.4.4 + uses: reecetech/version-increment@2024.9.2 id: version with: scheme: semver diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index f83485e..c202b8f 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -39,7 +39,7 @@ jobs: fi - name: Get next version - uses: reecetech/version-increment@2024.4.4 + uses: reecetech/version-increment@2024.9.2 id: version if: ${{ steps.check-changes.outputs.has_diff == 'true' }} with: