From 4fe409cfccb66b354c1e7089a362da1a7adb8f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 22:01:10 +0000 Subject: [PATCH] Bump WyriHaximus/github-action-get-previous-tag from 1.1 to 1.3 Bumps [WyriHaximus/github-action-get-previous-tag](https://github.com/WyriHaximus/github-action-get-previous-tag) from 1.1 to 1.3. - [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.3) --- 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..e3ba251d 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.3 # 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..874e0e18 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.3 # 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