Skip to content

Commit

Permalink
Merge pull request #781 from github/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-dotnet-4.2.0

Bump actions/setup-dotnet from 4.1.0 to 4.2.0
  • Loading branch information
mlinksva authored Jan 13, 2025
2 parents d9e41a4 + 6804a26 commit 93e2570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4.1.0
uses: actions/setup-dotnet@v4.2.0
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Set up Ruby
Expand Down

0 comments on commit 93e2570

Please sign in to comment.