From cadc550937fd5e8224d6f7b3713d4f98cbac68b0 Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Mon, 4 Sep 2023 17:20:08 -0400 Subject: [PATCH] gha,ci: update checkout to v4 --- .github/workflows/everything.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/everything.yml b/.github/workflows/everything.yml index ea3e35d732..9590a845cb 100644 --- a/.github/workflows/everything.yml +++ b/.github/workflows/everything.yml @@ -51,7 +51,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 @@ -80,10 +80,10 @@ jobs: image: ghcr.io/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 @@ -153,10 +153,10 @@ jobs: shared: static parallel: serial 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 @@ -218,10 +218,10 @@ jobs: parallel: [ompi] 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 @@ -285,10 +285,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 @@ -352,10 +352,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 @@ -386,7 +386,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 @@ -465,7 +465,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 }} @@ -523,10 +523,10 @@ jobs: language: [ 'cpp' ] 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