diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f78c834..ebcae83 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.1 - 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.1 - name: Run streamr-docker-dev run: make test-docker-dev - name: Collect docker logs on failure