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