Skip to content

Commit

Permalink
Merge pull request #526 from morganstanley/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-dotnet-4
  • Loading branch information
bingenito authored Mar 6, 2024
2 parents 6babe1e + cd5496a commit ffbbd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: npx lerna run test

- name: Setup .NET Core SDK ${{ matrix.dotnet-version }}
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet-version }}

Expand Down

0 comments on commit ffbbd0c

Please sign in to comment.