Skip to content

Commit 6096704

Browse files
authoredDec 11, 2023
Merge pull request #346 from SixLabors/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2 parents eef8ae1 + cf59db1 commit 6096704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
s3rver -d . &
113113
114114
- name: DotNet Setup
115-
uses: actions/setup-dotnet@v3
115+
uses: actions/setup-dotnet@v4
116116
with:
117117
dotnet-version: |
118118
7.0.x

0 commit comments

Comments
 (0)
Please sign in to comment.