Bump pkgdeps/git-tag-action from 2 to 3

Bumps [pkgdeps/git-tag-action](https://github.com/pkgdeps/git-tag-action) from 2 to 3.
- [Release notes](https://github.com/pkgdeps/git-tag-action/releases)
- [Commits](https://github.com/pkgdeps/git-tag-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: pkgdeps/git-tag-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-27 09:29:15 +00:00 committed by GitHub
parent 8949eb9d97
commit b73df82801
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -253,7 +253,7 @@ jobs:
echo "BUILD_COMMIT=${GITHUB_SHA}" >> $GITHUB_ENV
- run: echo "BUILD_VERSION=${VERSION}-${GITHUB_RUN_NUMBER}" >> $GITHUB_ENV
- name: package-version-to-git-tag + build number
uses: pkgdeps/git-tag-action@v2
uses: pkgdeps/git-tag-action@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_repo: ${{ github.repository }}