Skip to content

Commit

Permalink
Update GitHub Actions checkout to v3 (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Dec 25, 2022
1 parent fa9b3d9 commit 7480cfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Test
run: dotnet test --configuration Release --logger GitHubActions
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Test
run: dotnet test --configuration Release --logger GitHubActions
Expand All @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Test
run: dotnet test --configuration Release --logger GitHubActions
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout source code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Test
run: dotnet test --configuration Release --logger GitHubActions
Expand Down

0 comments on commit 7480cfc

Please sign in to comment.