Skip to content

Commit e4d4ebe

Browse files
authored
Merge pull request #1009 from fsharp/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents a0d4740 + b1e5c64 commit e4d4ebe

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@v4
28+
uses: actions/setup-dotnet@v5
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@v4
23+
uses: actions/setup-dotnet@v5
2424
with:
2525
global-json-file: ${{ env.FSHARP_DIR }}/global.json
2626
- name: Restore tools

0 commit comments

Comments
 (0)