Skip to content

Commit

Permalink
Merge pull request #795 from licensee/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-dotnet-4.3.0

Bump actions/setup-dotnet from 4.2.0 to 4.3.0
  • Loading branch information
MikeMcQuaid authored Feb 6, 2025
2 parents c3eb267 + 937bd98 commit 1bf452d
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.2.0
uses: actions/setup-dotnet@v4.3.0
with:
dotnet-version: ${{ matrix.dotnet }}
- name: Set up Ruby
Expand Down

0 comments on commit 1bf452d

Please sign in to comment.