Skip to content

Commit ad2c0c4

Browse files
authored
Merge pull request #100 from fsharp/dependabot/github_actions/actions/setup-dotnet-4
Bump actions/setup-dotnet from 3 to 4
2 parents 81ec880 + b6e3515 commit ad2c0c4

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)