Skip to content

Commit 3ccd113

Browse files
committed
ci: use Cysharp/Actions checkout instead of 3rd party directly
1 parent 4e6de75 commit 3ccd113

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/build-debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
runs-on: ubuntu-latest
1414
timeout-minutes: 10
1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
16+
- uses: Cysharp/Actions/.github/actions/checkout@main
1717
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
1818
- run: dotnet build -c Debug

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
timeout-minutes: 10
1919
steps:
20-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+
- uses: Cysharp/Actions/.github/actions/checkout@main
2121
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
2222
# pack nuget
2323
- run: dotnet build -c Release -p:Version=${{ inputs.tag }}

.github/workflows/toc.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ on:
88
jobs:
99
generateTOC:
1010
name: TOC Generator
11-
runs-on: ubuntu-latest
12-
steps:
13-
- uses: technote-space/toc-generator@9e238e7974de5fcf7b17b7acc54c896160dda0a3 # v4.3.1
14-
with:
15-
TOC_TITLE: "## Table of Contents"
11+
uses: Cysharp/Actions/.github/workflows/toc-generator.yaml@main
12+
with:
13+
TOC_TITLE: "## Table of Contents"
14+
secrets: inherit

0 commit comments

Comments
 (0)