From cd75769a8f248c0352be9ad252af4358fcc3b2c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:33:29 +0000 Subject: [PATCH] chore(deps): update mathieudutour/github-tag-action action to v6.2 --- .github/workflows/pr_open.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_open.yaml b/.github/workflows/pr_open.yaml index 29e2ea4..c24fdfc 100644 --- a/.github/workflows/pr_open.yaml +++ b/.github/workflows/pr_open.yaml @@ -45,7 +45,7 @@ jobs: - name: Calculate Image Tag id: tag_version - uses: mathieudutour/github-tag-action@v6.1 + uses: mathieudutour/github-tag-action@v6.2 with: github_token: ${{ secrets.GITHUB_TOKEN }}