From bcad721711a4e2b55816c1b504f5c07297f404fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:15:19 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.0.0 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.7. - [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.7) --- 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..1f6b64e 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.7 - 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.7 - 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