Skip to content

Commit

Permalink
chore(deps): update dependency nunit to v4.1.0 (#955)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
renovate[bot] and SeanKilleen authored Jul 28, 2024
1 parent 0c2448b commit 757568b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 757568b

Please sign in to comment.