Skip to content

Commit

Permalink
update github actions to use dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
panfilenok-epam committed Sep 8, 2024
1 parent 47f8d50 commit f286db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

env:
DOTNET_VERSION: '6.0.x' # set this to the dotnet version to use
DOTNET_VERSION: '8.0.x' # set this to the dotnet version to use

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

env:
DOTNET_VERSION: '6.0.x' # set this to the dotnet version to use
DOTNET_VERSION: '8.0.x' # set this to the dotnet version to use

jobs:
build:
Expand Down

0 comments on commit f286db9

Please sign in to comment.