From 65110930c62da679a803422799d9d70aee085600 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 20:08:23 +0000 Subject: [PATCH] chore(deps): update gittools/actions action to v3.1.1 (#1414) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/close-milestone.yml | 6 +++--- .github/workflows/draft-release.yml | 4 ++-- .github/workflows/update-milestone.yml | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/close-milestone.yml b/.github/workflows/close-milestone.yml index 5000f4b93..f08b6b6c2 100644 --- a/.github/workflows/close-milestone.yml +++ b/.github/workflows/close-milestone.yml @@ -17,18 +17,18 @@ jobs: - uses: actions/setup-dotnet@v4 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.4 + uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: '5.x' - name: Install GitReleaseManager - uses: gittools/actions/gitreleasemanager/setup@v3.0.4 + uses: gittools/actions/gitreleasemanager/setup@v3.1.1 with: versionSpec: '0.15.x' - name: Use GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.4 + uses: gittools/actions/gitversion/execute@v3.1.1 # Ensure the milestone exists - name: Create Milestone diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index bf9fc720b..699d3da93 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -27,13 +27,13 @@ jobs: run: git fetch --prune - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v3.0.4 + uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: '5.x' - name: Use GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.4 + uses: gittools/actions/gitversion/execute@v3.1.1 - name: Create Milestone uses: WyriHaximus/github-action-create-milestone@v1 diff --git a/.github/workflows/update-milestone.yml b/.github/workflows/update-milestone.yml index 816fbbe9f..74cfe08a2 100644 --- a/.github/workflows/update-milestone.yml +++ b/.github/workflows/update-milestone.yml @@ -25,20 +25,20 @@ jobs: - name: Install GitVersion if: ${{ github.event.action == 'opened' }} - uses: gittools/actions/gitversion/setup@v3.0.4 + uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: '5.x' - name: Install GitReleaseManager if: ${{ github.event.action == 'opened' }} - uses: gittools/actions/gitreleasemanager/setup@v3.0.4 + uses: gittools/actions/gitreleasemanager/setup@v3.1.1 with: versionSpec: '0.15.x' - name: Use GitVersion if: ${{ github.event.action == 'opened' }} id: gitversion - uses: gittools/actions/gitversion/execute@v3.0.4 + uses: gittools/actions/gitversion/execute@v3.1.1 - name: Create Milestone if: ${{ github.event.action == 'opened' }}