From 5f5aac649219bc5c02ef3740ec24d7fbaff246d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 18:12:55 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.5.0 to 3.5.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [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.5.0...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... 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 f78c834..d211bd6 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@v3.5.0 + uses: actions/checkout@v3.5.2 - 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@v3.5.0 + uses: actions/checkout@v3.5.2 - name: Run streamr-docker-dev run: make test-docker-dev - name: Collect docker logs on failure