diff --git a/.github/workflows/cherry-picks.yaml b/.github/workflows/cherry-picks.yaml index 796ff0946f02d6..d7ef371214f890 100644 --- a/.github/workflows/cherry-picks.yaml +++ b/.github/workflows/cherry-picks.yaml @@ -20,7 +20,7 @@ jobs: ) steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Cherry-Pick into sve branch diff --git a/.github/workflows/docbuild.yaml b/.github/workflows/docbuild.yaml index 676b4f0fac2350..f49a9e660b4d12 100644 --- a/.github/workflows/docbuild.yaml +++ b/.github/workflows/docbuild.yaml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout the code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: path: matter fetch-depth: 0 diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index 405a2b3065920c..8bfd0dcf51f572 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -6,5 +6,5 @@ jobs: name: "Validation" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: gradle/wrapper-validation-action@v1 diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index abdbfba68471c3..0dd110b00f1023 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -410,7 +410,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Checkout submodules run: scripts/checkout_submodules.py --shallow --platform linux - name: Try to ensure the directories for core dumping exist and we @@ -495,7 +495,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Checkout submodules run: scripts/checkout_submodules.py --shallow --platform linux - name: Try to ensure the directories for core dumping exist and we @@ -603,7 +603,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Checkout submodules run: scripts/checkout_submodules.py --shallow --platform darwin - name: Setup Environment