Skip to content

Commit c8c6576

Browse files
authored
Merge pull request #989 from fsharp/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2 parents 5413665 + e799c3f commit c8c6576

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
@@ -25,7 +25,7 @@ jobs:
2525
path: ${{ env.FSHARP_DIR }}
2626
ref: main
2727
- name: Setup .NET for FSharp
28-
uses: actions/setup-dotnet@v3
28+
uses: actions/setup-dotnet@v4
2929
with:
3030
global-json-file: ${{ env.FSHARP_DIR }}/global.json
3131
- name: Restore tools

.github/workflows/pr.yml

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

0 commit comments

Comments
 (0)