From c647b771483a8d6b47802101cd77abd6e59e5415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 09:28:12 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 1 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/pr-name.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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