Skip to content

Commit 87a88bc

Browse files
Update actions/checkout action to v4 (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ffd901f commit 87a88bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: [ubuntu-latest, windows-latest, macOS-latest]
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v4
3030
- name: Install .NET SDKs
3131
uses: actions/setup-dotnet@v1.9.0
3232
with:
@@ -56,7 +56,7 @@ jobs:
5656
needs: build
5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@v2
59+
uses: actions/checkout@v4
6060
- name: Download coverage reports
6161
uses: actions/download-artifact@v4
6262
- name: Install ReportGenerator tool

0 commit comments

Comments
 (0)