From 5b73c07fb65a9c63f47c5e501612804fa251f5e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:03:11 +0000 Subject: [PATCH] github-action: bump mathieudutour/github-tag-action from 6.1 to 6.2 (#264) Bumps [mathieudutour/github-tag-action](https://github.com/mathieudutour/github-tag-action) from 6.1 to 6.2. - [Release notes](https://github.com/mathieudutour/github-tag-action/releases) - [Commits](https://github.com/mathieudutour/github-tag-action/compare/v6.1...v6.2) --- updated-dependencies: - dependency-name: mathieudutour/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/java.yml | 2 +- .github/workflows/java7.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index 3c64b375..e0631000 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -95,7 +95,7 @@ jobs: steps: - name: Create tag id: create_tag - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} custom_tag: ${{ needs.set-release-version.outputs.project_version }} diff --git a/.github/workflows/java7.yml b/.github/workflows/java7.yml index 2758fc26..5a8a9381 100644 --- a/.github/workflows/java7.yml +++ b/.github/workflows/java7.yml @@ -95,7 +95,7 @@ jobs: steps: - name: Create tag id: create_tag - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} custom_tag: ${{ needs.set-release-version.outputs.project_version }}