diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 255af92c762..6e2d5809852 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,7 +20,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@v3 - name: Cache Library id: cache-library diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 80b6150e55d..faedd759b4f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit - name: Checkout repository - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Cache Library id: cache-library diff --git a/.github/workflows/pr-name.yml b/.github/workflows/pr-name.yml index 812ff65d4c0..57e3d516e49 100644 --- a/.github/workflows/pr-name.yml +++ b/.github/workflows/pr-name.yml @@ -7,7 +7,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Dependencies run: npm install @commitlint/config-conventional - uses: JulienKode/pull-request-name-linter-action@v0.2.0