From e6240879c455fb69ea8d05ad6612f41bf86496ca Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Tue, 26 Jul 2022 15:34:50 +0900 Subject: [PATCH] chore: checkout@v3 --- .github/workflows/build-debug.yml | 2 +- .github/workflows/build-docs.yml | 4 ++-- .github/workflows/build-release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-debug.yml b/.github/workflows/build-debug.yml index 9dc6346..ae0e942 100644 --- a/.github/workflows/build-debug.yml +++ b/.github/workflows/build-debug.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Execute scripts: RuntimeUnitTestToolkit # /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod UnitTestBuilder.BuildUnitTest /headless /ScriptBackend mono /BuildTarget StandaloneLinux64 - name: Build UnitTest(Linux64, mono) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index a6e8eb0..68b685d 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 steps: - - uses: actions/checkout@v2 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 + - uses: actions/checkout@v3 with: repository: Cysharp/DocfxTemplate path: docs/_DocfxTemplate diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 82c6c21..549794b 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -60,7 +60,7 @@ jobs: timeout-minutes: 15 steps: - run: echo ${{ needs.update-packagejson.outputs.sha }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: ref: ${{ needs.update-packagejson.outputs.sha }} # Execute scripts: Export Package