Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#366)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 6da3010 commit 840ebf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
choco install mongodb.portable --version=$latestPackageVersion
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup dotnet SDK
uses: actions/setup-dotnet@v3
with:
Expand All @@ -95,7 +95,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download coverage reports
uses: actions/download-artifact@v3
- name: Install ReportGenerator tool
Expand Down

0 comments on commit 840ebf0

Please sign in to comment.