From cb1334b9e7f2de6f22484a230d8c2dca4a902231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:03:33 +0000 Subject: [PATCH] Bump EndBug/latest-tag from 1.5.0 to 1.5.1 Bumps [EndBug/latest-tag](https://github.com/EndBug/latest-tag) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/EndBug/latest-tag/releases) - [Commits](https://github.com/EndBug/latest-tag/compare/v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: EndBug/latest-tag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6805af3..10bf7d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,11 +84,11 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Move latest MajorMinor version tag - uses: EndBug/latest-tag@v1.5.0 + uses: EndBug/latest-tag@v1.5.1 with: ref: v${{ steps.nbgv.outputs.MajorMinorVersion }} - name: Move latest Major version tag - uses: EndBug/latest-tag@v1.5.0 + uses: EndBug/latest-tag@v1.5.1 with: ref: v${{ steps.nbgv.outputs.VersionMajor }} - name: Repository dispatch