Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#23)
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 Dec 26, 2024
1 parent ffd901f commit 87a88bc
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 @@ -26,7 +26,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install .NET SDKs
uses: actions/setup-dotnet@v1.9.0
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
needs: build
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Download coverage reports
uses: actions/download-artifact@v4
- name: Install ReportGenerator tool
Expand Down

0 comments on commit 87a88bc

Please sign in to comment.