Skip to content

Commit

Permalink
ci: upgrade actions/checkout to v3 for mutation testing (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d authored Sep 8, 2023
1 parent 9f4dd1e commit 4620ad4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mutation-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Vonage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Stryker
run: dotnet tool install -g dotnet-stryker
- name: Run mutation testing
Expand All @@ -33,7 +33,7 @@ jobs:
name: Vonage.Common
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Stryker
run: dotnet tool install -g dotnet-stryker
- name: Run mutation testing
Expand All @@ -44,7 +44,7 @@ jobs:
name: Vonage.Server
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Stryker
run: dotnet tool install -g dotnet-stryker
- name: Run mutation testing
Expand Down

0 comments on commit 4620ad4

Please # to comment.