Skip to content

Commit

Permalink
Update GitHub Action version
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielweyer committed Jan 31, 2024
1 parent 6c81109 commit 43aba69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
name: Install .NET 8
with:
dotnet-version: '8.0.x'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-scanning-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v4

- name: Install .NET 8
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
dotnet-quality: 'ga'
Expand Down

0 comments on commit 43aba69

Please sign in to comment.