From 23adc683ba23560fc546a74a72dbdf8e2f894a9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 09:15:10 +0200 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 (#157) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/helm.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index a9e9d86..72e5d9e 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -17,7 +17,7 @@ jobs: name: Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: azure/setup-helm@v3.5 with: version: "v3.5.0" @@ -46,7 +46,7 @@ jobs: if: github.ref == 'refs/heads/main' && github.event_name == 'push' needs: test steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: azure/setup-helm@v3.5 with: @@ -61,7 +61,7 @@ jobs: helm package charts/hlf-k8s - name: Clone Substra charts - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: Substra/charts ref: 'main'