Skip to content

Commit 840ebf0

Browse files
Update actions/checkout action to v4 (#366)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6da3010 commit 840ebf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
choco install mongodb.portable --version=$latestPackageVersion
6969
7070
- name: Checkout
71-
uses: actions/checkout@v3
71+
uses: actions/checkout@v4
7272
- name: Setup dotnet SDK
7373
uses: actions/setup-dotnet@v3
7474
with:
@@ -95,7 +95,7 @@ jobs:
9595
needs: build
9696
steps:
9797
- name: Checkout
98-
uses: actions/checkout@v3
98+
uses: actions/checkout@v4
9999
- name: Download coverage reports
100100
uses: actions/download-artifact@v3
101101
- name: Install ReportGenerator tool

0 commit comments

Comments
 (0)