Skip to content

Commit

Permalink
Merge pull request #67 from VahidN/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
VahidN authored Dec 6, 2024
2 parents 15dccb2 + 21b1469 commit a567c54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Build PdfRpt.Core lib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# - name: Autobuild
# uses: github/codeql-action/autobuild@v2
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- name: Build
Expand Down

0 comments on commit a567c54

Please sign in to comment.