From 3f622ed094951de2b822af1d3e1ba3cffdfb769a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 10:34:34 -0300 Subject: [PATCH] :seedling: Bump actions/checkout from 3 to 4 (#464) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci_pipeline.yml | 8 ++++---- .github/workflows/docker_ci_pipeline.yml | 2 +- .github/workflows/weekly_pipeline.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci_pipeline.yml b/.github/workflows/ci_pipeline.yml index f7298408c..41b4830b0 100644 --- a/.github/workflows/ci_pipeline.yml +++ b/.github/workflows/ci_pipeline.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup python uses: actions/setup-python@v4 @@ -64,7 +64,7 @@ jobs: h5py==3.11.0 - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ${{ github.workspace }}/src/beluga @@ -120,7 +120,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup python uses: actions/setup-python@v4 @@ -156,7 +156,7 @@ jobs: if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} steps: - name: Checkout documentation branch - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: gh-pages diff --git a/.github/workflows/docker_ci_pipeline.yml b/.github/workflows/docker_ci_pipeline.yml index 08a9d1b04..69a8747fc 100644 --- a/.github/workflows/docker_ci_pipeline.yml +++ b/.github/workflows/docker_ci_pipeline.yml @@ -28,7 +28,7 @@ jobs: - rolling steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v2 diff --git a/.github/workflows/weekly_pipeline.yml b/.github/workflows/weekly_pipeline.yml index ed74aa72f..6c1687c42 100644 --- a/.github/workflows/weekly_pipeline.yml +++ b/.github/workflows/weekly_pipeline.yml @@ -48,7 +48,7 @@ jobs: h5py==3.11.0 - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ${{ github.workspace }}/src/beluga