Skip to content

Commit

Permalink
Updated libs
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofx committed Apr 11, 2023
1 parent 7912502 commit 306f247
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup .NET 6
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: "7.0.101"
dotnet-version: "7.0.202"

- name: Build & Test
run: ./build test-ci
Expand All @@ -37,10 +37,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup .NET 6
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: "7.0.101"
dotnet-version: "7.0.202"

- name: Setup Firefox
uses: browser-actions/setup-firefox@latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup .NET 6
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: "7.0.101"
dotnet-version: "7.0.202"

- name: Build & Publish
env:
Expand Down

0 comments on commit 306f247

Please sign in to comment.