Skip to content

Commit

Permalink
CI error, will upgrading actions fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
tmenier authored Dec 31, 2024
1 parent 5c0cbd2 commit 0bf3b83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x

Expand Down

0 comments on commit 0bf3b83

Please sign in to comment.