Loading .github/workflows/everything.yml +11 −11 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 }} Loading Loading
.github/workflows/everything.yml +11 −11 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 Loading Loading @@ -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 }} Loading