Skip to content

Commit

Permalink
fix: test dotnet version for ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezapla committed Aug 14, 2024
1 parent 3626921 commit 59b956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-and-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- name: set up dotnet core sdk
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
dotnet-version: '8.0.303'

- name: restoring dependencies
run: dotnet restore --no-cache
Expand Down

0 comments on commit 59b956a

Please sign in to comment.