Skip to content

Commit 1881971

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

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@v4
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@v4
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)