Skip to content

Commit

Permalink
Merge pull request #16 from scottbilas/gh-actions-update-1707009108
Browse files Browse the repository at this point in the history
Update GitHub Action Versions
  • Loading branch information
scottbilas committed Feb 9, 2024
2 parents 64e6e02 + f960757 commit fe03027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Setup .NET
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 7.0.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4.1.1

- name: Setup .NET
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 7.0.x

Expand Down

0 comments on commit fe03027

Please sign in to comment.