Skip to content

Commit abac75d

Browse files
authored
ci: Replace third-party GitHub Actions with trusted alternatives (#424)
1 parent 6c2750a commit abac75d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
- name: Restore NuGet packages
3636
run: nuget restore Parse.sln
3737
- name: Install Chocolatey packages
38-
uses: crazy-max/ghaction-chocolatey@v1
39-
with:
40-
args: 'install opencover.portable codecov -y'
38+
run: choco install opencover.portable codecov -y
4139
- name: Build
4240
run: dotnet build Parse.sln --configuration Debug --no-restore /p:DebugType=full /p:GenerateFullPaths=true /p:CollectCoverage=false
4341
- name: Run tests with coverage

0 commit comments

Comments
 (0)