Skip to content

Commit c6c8d8e

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-dotnet-5
2 parents e3154eb + 68bb532 commit c6c8d8e

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/pull-requests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313
timeout-minutes: 40
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- name: Setup .NET Core 8
1717
uses: actions/setup-dotnet@v5
1818
with:
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
timeout-minutes: 40
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v6
4242
- name: Setup .NET Core 8
4343
uses: actions/setup-dotnet@v5
4444
with:

.github/workflows/push-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 60
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- name: Setup .NET Core 8
2121
uses: actions/setup-dotnet@v5
2222
with:
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build and test
3636
run: dotnet run --project build/build.fsproj -- -t All
3737
- name: Deploy documentation from master
38-
uses: peaceiris/actions-gh-pages@v3
38+
uses: peaceiris/actions-gh-pages@v4
3939
with:
4040
personal_token: ${{ secrets.GITHUB_TOKEN }}
4141
publish_dir: ./output

.github/workflows/repo-assist.lock.yml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)