diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6573dcfb33..4f7a578186 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -35,7 +35,7 @@ jobs: echo "$UNITY_LICENSE" | tr -d '\r' > UnityLicenseFile.ulf unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Cache Library id: cache-library @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-latest container: node:18 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Download artifact uses: actions/download-artifact@v3 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 896fa53f1e..9e3c4ee659 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,7 @@ jobs: unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Cache Library id: cache-library @@ -90,7 +90,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: @@ -139,7 +139,7 @@ jobs: unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Cache Library id: cache-library diff --git a/.github/workflows/pr-name.yml b/.github/workflows/pr-name.yml index b9a7cb62e9..026d086e41 100644 --- a/.github/workflows/pr-name.yml +++ b/.github/workflows/pr-name.yml @@ -7,7 +7,7 @@ jobs: PR_lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Dependencies run: npm install @commitlint/config-conventional diff --git a/.github/workflows/run-test.yml b/.github/workflows/run-test.yml index 71451b81cb..167dbe53df 100644 --- a/.github/workflows/run-test.yml +++ b/.github/workflows/run-test.yml @@ -31,7 +31,7 @@ jobs: unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Cache Library id: cache-library