From 50ebe545fc034935cd1a022dcc18168fd29efcde Mon Sep 17 00:00:00 2001 From: baldurk Date: Thu, 5 Jan 2023 17:29:35 +0000 Subject: [PATCH] Update all checkout actions to v3 --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be2c845f0..8d719e64f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: strategy: fail-fast: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 5 - name: Add LLVM apt repository @@ -74,7 +74,7 @@ jobs: strategy: fail-fast: true steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 5 - name: Download minimum supported cmake version @@ -132,7 +132,7 @@ jobs: platform: x64 configuration: Development steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 5 - name: Download optional 3rdparty extras @@ -165,7 +165,7 @@ jobs: env: QT_SELECT: qt5 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 5 - name: Install compilation dependencies @@ -214,7 +214,7 @@ jobs: cxx: clang++-12 type: Debug steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 5 - name: Add LLVM apt repository @@ -263,7 +263,7 @@ jobs: needs: [commit-msg, clang-format] runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 5 - name: Install Android SDK 3859397 and NDK r14b @@ -301,7 +301,7 @@ jobs: - name: Release type: Release steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 5 - name: Install Homebrew dependencies