From 8bbc60a7d1c4773824ff74e62c22e483232ad0bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:14:27 +0000 Subject: [PATCH] Bump gittools/actions from 1.1.1 to 3.0.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 1.1.1 to 3.0.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v1.1.1...v3.0.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index ab02da1a..3f555a4e 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -37,13 +37,13 @@ jobs: registry-url: https://npm.pkg.github.com/ - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.1.1 + uses: gittools/actions/gitversion/setup@v3.0.0 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v1.1.1 + uses: gittools/actions/gitversion/execute@v3.0.0 - name: 'Change NPM version' uses: reedyuk/npm-version@1.2.2