Skip to content

Commit

Permalink
Upgrade tools to latest versions
Browse files Browse the repository at this point in the history
This patch upgrades all the tools to the latest version. Coveralls.net
had to be upgraded and I used the opportunity to upgrade the rest as
well.
  • Loading branch information
mristin committed Aug 26, 2020
1 parent 86aeb65 commit 3f27810
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@master

- name: Check the commit message(s)
uses: mristin/opinionated-commit-message@v2.1.0
uses: mristin/opinionated-commit-message@v2.1.2

- name: Install .NET core
uses: actions/setup-dotnet@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reduced-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- uses: actions/checkout@master

- name: Check the commit message(s)
uses: mristin/opinionated-commit-message@v1.0.4
uses: mristin/opinionated-commit-message@v2.1.2
4 changes: 2 additions & 2 deletions src/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
]
},
"coveralls.net": {
"version": "1.0.0",
"version": "2.0.0-beta0002",
"commands": [
"csmacnz.Coveralls"
]
}
}
}
}

0 comments on commit 3f27810

Please sign in to comment.