ci: use Cysharp/Actions checkout instead of 3rd party directly

This commit is contained in:
Ikiru Yoshizaki
2025-03-19 15:44:16 +09:00
parent d9983cfe27
commit 06067cd4c8
4 changed files with 10 additions and 11 deletions

View File

@@ -8,8 +8,7 @@ on:
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@9e238e7974de5fcf7b17b7acc54c896160dda0a3 # v4.3.1
with:
TOC_TITLE: "## Table of Contents"
uses: Cysharp/Actions/.github/workflows/toc-generator.yaml@main
with:
TOC_TITLE: "## Table of Contents"
secrets: inherit