From a01eb1d82ee352765a8077214f837957f444eff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 20:09:20 +0000 Subject: [PATCH] Bump gittools/actions from 0.9.15 to 0.10.2 Bumps [gittools/actions](https://github.com/gittools/actions) from 0.9.15 to 0.10.2. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v0.9.15...v0.10.2) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pr.yml | 4 ++-- .github/workflows/tag.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f69fc208a..a043d8827 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,11 +24,11 @@ jobs: shell: powershell run: | set-Content -Path 'Blish HUD/Properties/AssemblyVersionInfo.cs' -Value 'using System.Reflection;' - - uses: gittools/actions/gitversion/setup@v0.9.15 + - uses: gittools/actions/gitversion/setup@v0.10.2 with: versionSpec: '5.x' - - uses: gittools/actions/gitversion/execute@v0.9.15 + - uses: gittools/actions/gitversion/execute@v0.10.2 id: gitversion with: updateAssemblyInfo: true diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 27a9a2157..20f6b0d5b 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,11 +19,11 @@ jobs: shell: powershell run: | set-Content -Path 'Blish HUD/Properties/AssemblyVersionInfo.cs' -Value 'using System.Reflection;' - - uses: gittools/actions/gitversion/setup@v0.9.15 + - uses: gittools/actions/gitversion/setup@v0.10.2 with: versionSpec: '5.x' - - uses: gittools/actions/gitversion/execute@v0.9.15 + - uses: gittools/actions/gitversion/execute@v0.10.2 id: gitversion with: updateAssemblyInfo: true diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index dc4eeb3d5..b8064ccf0 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -22,11 +22,11 @@ jobs: shell: powershell run: | set-Content -Path 'Blish HUD/Properties/AssemblyVersionInfo.cs' -Value 'using System.Reflection;' - - uses: gittools/actions/gitversion/setup@v0.9.15 + - uses: gittools/actions/gitversion/setup@v0.10.2 with: versionSpec: '5.x' - - uses: gittools/actions/gitversion/execute@v0.9.15 + - uses: gittools/actions/gitversion/execute@v0.10.2 id: gitversion with: updateAssemblyInfo: true