Skip to content

Commit afe6e9c

Browse files
authored
Merge pull request #959 from fsprojects/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents 7c7410f + 6a5dafa commit afe6e9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v5
2323
- name: Setup .NET Core
24-
uses: actions/setup-dotnet@v4
24+
uses: actions/setup-dotnet@v5
2525
- name: Run CI
2626
run: dotnet fsi build.fsx
2727

.github/workflows/push-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v5
1919
- name: Setup .NET Core
20-
uses: actions/setup-dotnet@v4
20+
uses: actions/setup-dotnet@v5
2121
- name: Run CI
2222
run: dotnet fsi build.fsx
2323
- name: Deploy docs

0 commit comments

Comments
 (0)