diff --git a/.github/workflows/analysis_workflow.yml b/.github/workflows/analysis_workflow.yml index 3b7443da57..6c9c32cf8c 100644 --- a/.github/workflows/analysis_workflow.yml +++ b/.github/workflows/analysis_workflow.yml @@ -90,7 +90,7 @@ jobs: CC: ${{ matrix.cc-compiler }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install docs env run: share/ci/scripts/linux/yum/install_docs_env.sh if: matrix.build-docs == 'ON' @@ -189,11 +189,11 @@ jobs: python-version: 3.9 steps: - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install docs env run: share/ci/scripts/macos/install_docs_env.sh if: matrix.build-docs == 'ON' @@ -295,11 +295,11 @@ jobs: python-version: 3.9 steps: - name: Setup Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install docs env run: share/ci/scripts/windows/install_docs_env.sh shell: bash @@ -418,7 +418,7 @@ jobs: CC: gcc steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 50 - name: Install docs env diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index 77527cd723..ff87ed3c47 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -251,7 +251,7 @@ jobs: CC: ${{ matrix.cc-compiler }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 # minizip-ng requires CMake 3.13+ but VFX2019 image ships with 3.12 - name: Upgrade VFX2019 CMake run: pip install cmake==3.13.3 @@ -336,7 +336,7 @@ jobs: # --------------------------------------------------------------------------- macos: - name: 'macOS 10.15 + name: 'macOS 11