From 465d14bdfc27058cb8887f8ac807fc1007d3beb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 21:02:36 +0000 Subject: [PATCH] Bump sersoft-gmbh/running-release-tags-action from 1 to 2 Bumps [sersoft-gmbh/running-release-tags-action](https://github.com/sersoft-gmbh/running-release-tags-action) from 1 to 2. - [Release notes](https://github.com/sersoft-gmbh/running-release-tags-action/releases) - [Commits](https://github.com/sersoft-gmbh/running-release-tags-action/compare/v1...v2) --- updated-dependencies: - dependency-name: sersoft-gmbh/running-release-tags-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/vx-tagger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vx-tagger.yml b/.github/workflows/vx-tagger.yml index bbf6c7c..4155e97 100644 --- a/.github/workflows/vx-tagger.yml +++ b/.github/workflows/vx-tagger.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: sersoft-gmbh/running-release-tags-action@v1 + - uses: sersoft-gmbh/running-release-tags-action@v2 with: github-token: ${{secrets.GITHUB_TOKEN}} update-full-release: true