Skip to content

Commit 7574f1b

Browse files
committed
Update the Github checkout and setup-dotnet actions from v3 to v4
1 parent b8aca73 commit 7574f1b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

2424
- name: Setup .NET
25-
uses: actions/setup-dotnet@v3
25+
uses: actions/setup-dotnet@v4
2626

2727
- name: Build
2828
run: dotnet fsi build.fsx

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
echo ::set-output name=current_version::${GITHUB_REF#refs/tags/v}
1717
shell: bash
1818

19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020

2121
- name: Setup .NET
22-
uses: actions/setup-dotnet@v3
22+
uses: actions/setup-dotnet@v4
2323

2424
- name: Run Release Build
2525
run: dotnet fsi build.fsx -p ReleaseBuild

0 commit comments

Comments
 (0)