Skip to content

Commit

Permalink
Update GH actions/checkout to v4 (#1763)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma authored Jan 27, 2024
1 parent 62ab481 commit 0946a9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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@v3
uses: actions/checkout@v4

- name: Test
run: dotnet test --configuration Release --logger GitHubActions
Expand Down
6 changes: 3 additions & 3 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@v3
uses: actions/checkout@v4

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

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

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

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

- 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@v3
uses: actions/checkout@v4

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

0 comments on commit 0946a9f

Please sign in to comment.