From c24237967f51d781fe0fc68977203951d9dbd4b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 18:55:55 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.0.0 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.5. - [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/v4.0.0...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7373d54..fc01055 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.5 - name: Run YAML Lint uses: ibiqlik/action-yamllint@v3.1 with: @@ -45,7 +45,7 @@ jobs: - ubuntu-22.04 steps: - name: Check out the repo - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.5 - name: Start Streamr Docker Stack # TODO the entry-point service is temporarily disabled as broker images are not yet built from streamr-1.0 branch run: ./streamr-docker-dev/bin.sh start --wait --timeout 600 --except entry-point