diff --git a/.github/workflows/new-release.yaml b/.github/workflows/new-release.yaml index d20104b..bd9e679 100644 --- a/.github/workflows/new-release.yaml +++ b/.github/workflows/new-release.yaml @@ -57,7 +57,7 @@ jobs: - name: "Get Previous tag" id: previoustag if: ${{ inputs.tag == '' }} - uses: "WyriHaximus/github-action-get-previous-tag@v1" + uses: "WyriHaximus/github-action-get-previous-tag@v2" with: fallback: 0.0.0 # Optional fallback tag to use when no tag can be found - name: "Get next minor version" diff --git a/.github/workflows/release-notes.yaml b/.github/workflows/release-notes.yaml index eafc32d..0cb43fa 100644 --- a/.github/workflows/release-notes.yaml +++ b/.github/workflows/release-notes.yaml @@ -97,7 +97,7 @@ jobs: fetch-depth: 0 - name: "Get Previous tag" id: previoustag - uses: "WyriHaximus/github-action-get-previous-tag@v1" + uses: "WyriHaximus/github-action-get-previous-tag@v2" with: fallback: 0.0.0 # Optional fallback tag to use when no tag can be found - name: "Get next minor version" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cea24ab..b94a187 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -87,6 +87,8 @@ - Bump aws-actions/configure-aws-credentials from 5 to 6 (PR #243 by @dependabot[bot]) +- Bump WyriHaximus/github-action-get-previous-tag from 1 to 2 (PR #245 by + @dependabot[bot]) - Bump dawidd6/action-download-artifact from 12 to 14 (PR #241 by @dependabot[bot]) - Bump dawidd6/action-download-artifact from 11 to 12 (PR #227 by