Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Feb 4, 2024
2 parents 301160f + a87ff61 commit f2a8bb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
fetch-depth: 0

- name: Install .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
6.0.x
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
steps:
- name: Deploy Documentation
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3

environment:
name: github-pages
Expand Down

0 comments on commit f2a8bb1

Please sign in to comment.