From be3d62845c5fc42e093d5f17afc02e83c35db6f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:21:47 +0000 Subject: [PATCH] Bump Actions-R-Us/actions-tagger from 2 to 2.0.2 Bumps [Actions-R-Us/actions-tagger](https://github.com/Actions-R-Us/actions-tagger) from 2 to 2.0.2. - [Release notes](https://github.com/Actions-R-Us/actions-tagger/releases) - [Commits](https://github.com/Actions-R-Us/actions-tagger/compare/v2...v2.0.2) Signed-off-by: dependabot[bot] --- .github/workflows/versioning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 6ee3b06..7b80d92 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -9,6 +9,6 @@ jobs: name: Update major tag runs-on: ubuntu-latest steps: - - uses: Actions-R-Us/actions-tagger@v2 + - uses: Actions-R-Us/actions-tagger@v2.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}