Skip to content

Commit adb390f

Browse files
authored
Merge pull request #366 from fsprojects/repo-assist/ci-docs-action-versions-20260324-46d2ba8f34e6b85e
[Repo Assist] ci: align docs.yaml action versions with rest of workflows
2 parents 64117f8 + f9e8738 commit adb390f

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)