Commit 840160e7 authored by Bolea Sanchez, Vicente Adolfo's avatar Bolea Sanchez, Vicente Adolfo
Browse files

gha,ci: update checkout to v4

(cherry picked from commit cadc5509)
parent 1eb2ad07
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ jobs:
    outputs:
      num_code_changes: ${{ steps.get_code_changes.outputs.num_code_changes }}
    steps:
      - uses: actions/checkout@v3
      - uses: actions/checkout@v4
        with:
          fetch-depth: 0
      - name: Check for appropriately named topic branch
@@ -69,10 +69,10 @@ jobs:
      image: ornladios/adios2:ci-formatting

    steps:
      - uses: actions/checkout@v3
      - uses: actions/checkout@v4
        with:
          path: gha
      - uses: actions/checkout@v3
      - uses: actions/checkout@v4
        with:
          ref: ${{ github.event.pull_request.head.sha }}
          path: source
@@ -124,10 +124,10 @@ jobs:
            parallel: mpich

    steps:
      - uses: actions/checkout@v3
      - uses: actions/checkout@v4
        with:
          path: gha
      - uses: actions/checkout@v3
      - uses: actions/checkout@v4
        with:
          ref: ${{ github.event.pull_request.head.sha }}
          path: source
@@ -231,10 +231,10 @@ jobs:
            compiler: xcode13_4_1

    steps:
      - uses: actions/checkout@v3
      - uses: actions/checkout@v4
        with:
          path: gha
      - uses: actions/checkout@v3
      - uses: actions/checkout@v4
        with:
          ref: ${{ github.event.pull_request.head.sha }}
          path: source
@@ -280,10 +280,10 @@ jobs:
        shell: bash

    steps:
      - uses: actions/checkout@v3
      - uses: actions/checkout@v4
        with:
          path: gha
      - uses: actions/checkout@v3
      - uses: actions/checkout@v4
        with:
          ref: ${{ github.event.pull_request.head.sha }}
          path: source
@@ -314,7 +314,7 @@ jobs:
        baseos: [ubuntu-bionic]

    steps:
      - uses: actions/checkout@v3
      - uses: actions/checkout@v4
        with:
          ref: ${{ github.event.pull_request.head.sha }}
          path: ci-source
@@ -393,7 +393,7 @@ jobs:
        shell: bash -c "docker exec adios2-ci bash --login -e $(echo {0} | sed 's|/home/runner/work|/__w|g')"

    steps:
      - uses: actions/checkout@v3
      - uses: actions/checkout@v4
        with:
          repository: ${{ matrix.repo }}
          ref: ${{ matrix.ref }}