From 7495681ccbdc2aadac57410bac7523cc4da0c746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 11:31:57 +0000 Subject: [PATCH] Bump senzing-factory/github-action-make-go-tag from 1 to 2 Bumps [senzing-factory/github-action-make-go-tag](https://github.com/senzing-factory/github-action-make-go-tag) from 1 to 2. - [Release notes](https://github.com/senzing-factory/github-action-make-go-tag/releases) - [Changelog](https://github.com/senzing-factory/github-action-make-go-tag/blob/main/CHANGELOG.md) - [Commits](https://github.com/senzing-factory/github-action-make-go-tag/compare/v1...v2) --- updated-dependencies: - dependency-name: senzing-factory/github-action-make-go-tag dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/make-go-tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make-go-tag.yaml b/.github/workflows/make-go-tag.yaml index 3cffc9e..c740102 100644 --- a/.github/workflows/make-go-tag.yaml +++ b/.github/workflows/make-go-tag.yaml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v5 - name: Make go version tag - uses: senzing-factory/github-action-make-go-tag@v1 + uses: senzing-factory/github-action-make-go-tag@v2 slack-notification: needs: [make-go-tag]