From 5f48f703fbc4808c0df8f5452fd5491bb3035346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 12:09:57 +0000 Subject: [PATCH] Bump anothrNick/github-tag-action from 1.69.0 to 1.70.0 Bumps [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action) from 1.69.0 to 1.70.0. - [Release notes](https://github.com/anothrnick/github-tag-action/releases) - [Commits](https://github.com/anothrnick/github-tag-action/compare/1.69.0...1.70.0) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index b0b485a..be06f35 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -11,6 +11,6 @@ jobs: - name: 'Checkout' uses: actions/checkout@v4 - name: 'Tag' - uses: anothrNick/github-tag-action@1.69.0 + uses: anothrNick/github-tag-action@1.70.0 env: GITHUB_TOKEN: ${{ secrets.AUTOMATION_PAT }}