From 757568b617b92faffa8c86dbca76b4774c0d5d8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 22:04:31 -0400 Subject: [PATCH] chore(deps): update dependency nunit to v4.1.0 (#955) * chore(deps): update dependency nunit to v4.1.0 * Remove v prefix from tag numbers --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sean Killeen --- .github/workflows/build-process.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-process.yml b/.github/workflows/build-process.yml index 85aa9b4bf..0a5569334 100644 --- a/.github/workflows/build-process.yml +++ b/.github/workflows/build-process.yml @@ -9,7 +9,7 @@ on: - master env: - NUNIT_VERSION_FOR_API_DOCS: "4.0.1" + NUNIT_VERSION_FOR_API_DOCS: "4.1.0" jobs: linting: @@ -50,7 +50,7 @@ jobs: uses: dsaltares/fetch-gh-release-asset@master with: repo: 'nunit/nunit' - version: 'tags/v${{ env.NUNIT_VERSION_FOR_API_DOCS }}' + version: 'tags/${{ env.NUNIT_VERSION_FOR_API_DOCS }}' file: 'NUnit.Framework-${{ env.NUNIT_VERSION_FOR_API_DOCS }}.zip' token: ${{ secrets.GITHUB_TOKEN }} - name: Unzip NUnit Asset zip file into its own directory