Skip to content

Commit b6e3515

Browse files
Bump actions/setup-dotnet from 3 to 4
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 81ec880 commit b6e3515

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
path: ${{ env.FSHARP_DIR }}
2525
ref: main
2626
- name: Setup .NET for FSharp
27-
uses: actions/setup-dotnet@v3
27+
uses: actions/setup-dotnet@v4
2828
with:
2929
global-json-file: ${{ env.FSHARP_DIR }}/global.json
3030
- name: Restore tools

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
path: ${{ env.FSHARP_DIR }}
2323
ref: main
2424
- name: Setup .NET for FSharp
25-
uses: actions/setup-dotnet@v3
25+
uses: actions/setup-dotnet@v4
2626
with:
2727
global-json-file: ${{ env.FSHARP_DIR }}/global.json
2828
- name: Restore tools

0 commit comments

Comments
 (0)