Skip to content

Commit f9e8738

Browse files
github-actions[bot]Copilot
authored andcommitted
ci: align docs.yaml action versions with rest of workflows
Update docs.yaml to match the action versions used by every other workflow in this repo: - actions/checkout@v4 -> actions/checkout@v6 - actions/cache@v4 -> actions/cache@v5 Closes #361 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 64117f8 commit f9e8738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: checkout-code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020

2121
- name: setup-dotnet
2222
uses: actions/setup-dotnet@v4
2323

2424
- name: Cache NuGet packages
25-
uses: actions/cache@v4
25+
uses: actions/cache@v5
2626
with:
2727
path: ~/.nuget/packages
2828
key: nuget-${{ runner.os }}-${{ hashFiles('**/*.fsproj', 'global.json') }}

0 commit comments

Comments
 (0)