Skip to content

Commit 9204c63

Browse files
author
James Amner
authored
Merge pull request #303 from boxuk/dependabot/github_actions/actions/setup-dotnet-4
[DEPS][GHA]: Bump actions/setup-dotnet from 1 to 4
2 parents 2c2facc + 338b313 commit 9204c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
name: Checkout
17-
- uses: actions/setup-dotnet@v1
17+
- uses: actions/setup-dotnet@v4
1818
name: Setup
1919
with:
2020
dotnet-version: 7.0.x

0 commit comments

Comments
 (0)