Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Squidex/squidex-samples
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Jan 14, 2024
2 parents afcbac7 + 0b82dec commit 37dc348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: montudor/[email protected]

- name: setup dotnet
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: 8.0.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/[email protected]

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

Expand Down

0 comments on commit 37dc348

Please sign in to comment.