From a1a98f3869ecdf6b881a604d27cf7c501926dd15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 20:30:55 +0000 Subject: [PATCH] :seedling: Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 5434b3c73..e6d17fa56 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