From 58fce2cb73ff9cf07856639fed9894480f5fb389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 22:06:46 +0000 Subject: [PATCH] Bump WyriHaximus/github-action-get-previous-tag from 1.1 to 1.2 Bumps [WyriHaximus/github-action-get-previous-tag](https://github.com/WyriHaximus/github-action-get-previous-tag) from 1.1 to 1.2. - [Release notes](https://github.com/WyriHaximus/github-action-get-previous-tag/releases) - [Commits](https://github.com/WyriHaximus/github-action-get-previous-tag/compare/v1.1...v1.2) --- updated-dependencies: - dependency-name: WyriHaximus/github-action-get-previous-tag dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/rebaseline_docker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6ef6f467..15d647ea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,7 +42,7 @@ jobs: - name: Get release tag id: version - uses: WyriHaximus/github-action-get-previous-tag@v1.1 + uses: WyriHaximus/github-action-get-previous-tag@v1.2 # This is different than the release tag. A tag has v, like v1.1.0, but a version does not, like 1.1.0 - name: Get release version diff --git a/.github/workflows/rebaseline_docker.yml b/.github/workflows/rebaseline_docker.yml index b2d5ad79..e5fa16e9 100644 --- a/.github/workflows/rebaseline_docker.yml +++ b/.github/workflows/rebaseline_docker.yml @@ -48,7 +48,7 @@ jobs: - name: Get release tag id: version - uses: WyriHaximus/github-action-get-previous-tag@v1.1 + uses: WyriHaximus/github-action-get-previous-tag@v1.2 # This is different than the release tag. A tag has v, like v1.1.0, but a version does not, like 1.1.0 - name: Get release version