From 1e53a0970b281714cf1bf5e274ab368e6ce9409a Mon Sep 17 00:00:00 2001 From: Alex Steel <130377221+asteel-gsa@users.noreply.github.com> Date: Fri, 12 Jul 2024 08:38:44 -0400 Subject: [PATCH] Version bump to v3.2 --- .github/workflows/testing-from-build.yml | 2 +- .github/workflows/testing-from-ghcr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing-from-build.yml b/.github/workflows/testing-from-build.yml index 555184d1ff..6fff578316 100644 --- a/.github/workflows/testing-from-build.yml +++ b/.github/workflows/testing-from-build.yml @@ -49,7 +49,7 @@ jobs: - name: Post Coverage Report to Pull Request if: github.event_name == 'pull_request' - uses: orgoro/coverage@v3.1 + uses: orgoro/coverage@v3.2 with: coverageFile: ./coverage.xml token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/testing-from-ghcr.yml b/.github/workflows/testing-from-ghcr.yml index eb39f7c53f..01e8c45cc3 100644 --- a/.github/workflows/testing-from-ghcr.yml +++ b/.github/workflows/testing-from-ghcr.yml @@ -51,7 +51,7 @@ jobs: - name: Post Coverage Report to Pull Request if: github.event_name == 'pull_request' - uses: orgoro/coverage@v3.1 + uses: orgoro/coverage@v3.2 with: coverageFile: ./coverage.xml token: ${{ secrets.GITHUB_TOKEN }}