From b8ef51c6ef7e251673759a558c170f6bbba7d2d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 06:12:27 +0000 Subject: [PATCH] Bump gittools/actions from v0.9.8 to v0.9.9 Bumps [gittools/actions](https://github.com/gittools/actions) from v0.9.8 to v0.9.9. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v0.9.8...a91d2e8b65fa493e04e072c115068cbd4a6f03f8) Signed-off-by: dependabot[bot] --- .github/workflows/close-milestone.yml | 6 +++--- .github/workflows/draft-release.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/close-milestone.yml b/.github/workflows/close-milestone.yml index fdb86a997..5e00c096f 100644 --- a/.github/workflows/close-milestone.yml +++ b/.github/workflows/close-milestone.yml @@ -13,18 +13,18 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.9.8 + uses: gittools/actions/gitversion/setup@v0.9.9 with: versionSpec: '5.x' - name: Install GitReleaseManager - uses: gittools/actions/gitreleasemanager/setup@v0.9.8 + uses: gittools/actions/gitreleasemanager/setup@v0.9.9 with: versionSpec: '0.11.x' - name: Use GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v0.9.8 + uses: gittools/actions/gitversion/execute@v0.9.9 # Ensure the milestone exists - name: Create Milestone diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 2385bb4e7..ff25987c9 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -18,18 +18,18 @@ jobs: run: git fetch --prune - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.9.8 + uses: gittools/actions/gitversion/setup@v0.9.9 with: versionSpec: '5.x' - name: Install GitReleaseManager - uses: gittools/actions/gitreleasemanager/setup@v0.9.8 + uses: gittools/actions/gitreleasemanager/setup@v0.9.9 with: versionSpec: '0.11.x' - name: Use GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v0.9.8 + uses: gittools/actions/gitversion/execute@v0.9.9 - name: Create Milestone uses: WyriHaximus/github-action-create-milestone@v1