From 83144ec7514b561157ecde86ff006ca97c4e77d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 17:43:18 +0000 Subject: [PATCH] Chore: Bump lfreleng-actions/tag-validate-action from 1.0.2 to 1.0.4 Bumps [lfreleng-actions/tag-validate-action](https://github.com/lfreleng-actions/tag-validate-action) from 1.0.2 to 1.0.4. - [Release notes](https://github.com/lfreleng-actions/tag-validate-action/releases) - [Commits](https://github.com/lfreleng-actions/tag-validate-action/compare/461d187a53b5de27b068c2cea5af972c085a4a6a...bc8043ec074495cc8cdf351623ebab3675d563cf) --- updated-dependencies: - dependency-name: lfreleng-actions/tag-validate-action dependency-version: 1.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tag-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-push.yaml b/.github/workflows/tag-push.yaml index f7ce8e0..bd2302b 100644 --- a/.github/workflows/tag-push.yaml +++ b/.github/workflows/tag-push.yaml @@ -39,7 +39,7 @@ jobs: - name: 'Verify pushed tag' id: tag_validate # yamllint disable-line rule:line-length - uses: lfreleng-actions/tag-validate-action@461d187a53b5de27b068c2cea5af972c085a4a6a # v1.0.2 + uses: lfreleng-actions/tag-validate-action@bc8043ec074495cc8cdf351623ebab3675d563cf # v1.0.4 with: token: "${{ secrets.GITHUB_TOKEN }}" require_type: 'semver'